fix static file collection
This commit is contained in:
parent
60f17d0ad9
commit
4e98230e87
|
@ -140,7 +140,5 @@ USE_TZ = True
|
||||||
# https://docs.djangoproject.com/en/2.1/howto/static-files/
|
# https://docs.djangoproject.com/en/2.1/howto/static-files/
|
||||||
|
|
||||||
STATIC_URL = '/static/'
|
STATIC_URL = '/static/'
|
||||||
STATICFILES_DIRS = [
|
STATIC_ROOT = os.path.join(BASE_DIR, 'static')
|
||||||
os.path.join(BASE_DIR, 'static'),
|
|
||||||
]
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue