Allow all static files to be loaded from dist

This commit is contained in:
Joe Fiorini
2015-02-27 11:21:32 -05:00
parent 7694ed2ea4
commit f2b4590545
7 changed files with 13 additions and 30 deletions

View File

@@ -64,6 +64,7 @@ USE_L10N = True
USE_TZ = True
STATICFILES_DIRS = (
os.path.join(BASE_DIR, 'ui', 'dist'),
os.path.join(BASE_DIR, 'static'),
)