diff --git a/db.sqlite3 b/db.sqlite3 index 5ec2145..92cace2 100644 Binary files a/db.sqlite3 and b/db.sqlite3 differ diff --git a/polysite/settings.py b/polysite/settings.py index 952cde0..0bbe9e6 100644 --- a/polysite/settings.py +++ b/polysite/settings.py @@ -125,4 +125,6 @@ USE_TZ = True # https://docs.djangoproject.com/en/1.9/howto/static-files/ STATIC_URL = '/static/' -STATIC_ROOT = os.path.join(BASE_DIR, 'static') +STATICFILES_DIRS = [ + os.path.join(BASE_DIR, "static"), +]