Adjust static url

This commit is contained in:
Ramon Wenger 2018-08-08 18:59:47 +02:00
parent 14b06c809d
commit 4e4c8768f3
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https')
# https://docs.djangoproject.com/en/1.11/howto/static-files/
STATIC_ROOT = os.path.join(BASE_DIR, 'static')
STATIC_URL = '/static/'
STATIC_URL = '/'
STATICFILES_DIRS = (
os.path.join(BASE_DIR, '..', 'client/dist'),