fix static file collection

This commit is contained in:
Tao Bojlen 2018-08-27 03:06:00 +02:00
parent 60f17d0ad9
commit 4e98230e87
1 changed files with 1 additions and 3 deletions

View File

@ -140,7 +140,5 @@ USE_TZ = True
# https://docs.djangoproject.com/en/2.1/howto/static-files/
STATIC_URL = '/static/'
STATICFILES_DIRS = [
os.path.join(BASE_DIR, 'static'),
]
STATIC_ROOT = os.path.join(BASE_DIR, 'static')