Updated static files settings

This commit is contained in:
Zak Timson 2017-09-15 10:48:13 -04:00
parent df148909bf
commit 243043eb5a

View File

@ -129,9 +129,7 @@ USE_TZ = True
BOOTSTRAP_ADMIN_SIDEBAR_MENU = True
STATICFILES_DIRS = [
os.path.join(BASE_DIR, "static")
]
STATIC_ROOT = os.path.join(BASE_DIR, 'static')
STATIC_URL = '/static/'
MEDIA_ROOT = os.path.join(BASE_DIR, 'media')