diff --git a/coding_night_live/settings.py b/coding_night_live/settings.py index 12a7ce6..d6dd4d6 100644 --- a/coding_night_live/settings.py +++ b/coding_night_live/settings.py @@ -43,7 +43,6 @@ def get_secret(setting, secret=secret): ALLOWED_HOSTS = ['*'] - # Application definition INSTALLED_APPS = [ @@ -189,4 +188,3 @@ def get_secret(setting, secret=secret): STATIC_URL = '/static/' STATICFILES_DIRS = [os.path.join(BASE_DIR, 'static'), ] #static files DIR -#STATIC_ROOT = os.path.join(BASE_DIR, 'collected')