Skip to content
This repository has been archived by the owner on May 31, 2019. It is now read-only.

Commit

Permalink
Update default config
Browse files Browse the repository at this point in the history
  • Loading branch information
c-bata committed Dec 1, 2016
1 parent d2265e9 commit 3edbea7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions kobin/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ class Config(dict):
default_config = { # type: Dict[str, Any]
'BASE_DIR': os.path.abspath('.'),
'TEMPLATE_DIRS': [os.path.join(os.path.abspath('.'), 'templates')],
'STATICFILES_DIRS': [os.path.join(os.path.abspath('.'), 'static')],
'STATIC_ROOT': '/static/',
}

def __init__(self, root_path: str, *args, **kwargs) -> None:
Expand Down

0 comments on commit 3edbea7

Please sign in to comment.