Update static folder in settings

This commit is contained in:
Ramon Wenger 2018-08-08 18:09:02 +02:00
parent 208290a526
commit 14b06c809d
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ STATIC_ROOT = os.path.join(BASE_DIR, 'static')
STATIC_URL = '/static/' STATIC_URL = '/static/'
STATICFILES_DIRS = ( STATICFILES_DIRS = (
os.path.join(BASE_DIR, '..', 'client/dist/static'), os.path.join(BASE_DIR, '..', 'client/dist'),
) )
if not TEST: if not TEST: