Fix STATIC_ROOT
This commit is contained in:
parent
1e7330a2ef
commit
a57161b217
@ -125,7 +125,7 @@ USE_TZ = True
|
||||
# https://docs.djangoproject.com/en/2.1/howto/static-files/
|
||||
|
||||
STATIC_URL = '/static/'
|
||||
MEDIA_ROOT = os.path.join(BASE_DIR, 'static')
|
||||
STATIC_ROOT = os.path.join(BASE_DIR, 'static')
|
||||
|
||||
# Media files
|
||||
MEDIA_URL = '/media/'
|
||||
|
Loading…
x
Reference in New Issue
Block a user