One day the docker stuff will work.

This commit is contained in:
Drew Larson
2017-01-15 19:39:17 -06:00
parent de7a4b6d46
commit 6c13d4be8c
3 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -126,7 +126,7 @@ STATICFILES_DIRS = [
('vendor', os.path.join(BASE_DIR, 'vendor')),
os.path.join(BASE_DIR, 'assets')
]
STATIC_ROOT = 'STATIC'
STATIC_URL = '/static/'
AUTH_USER_MODEL = 'registration.CustomUser'