mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-06 07:28:53 -05:00
fix issue with static files in dev
This commit is contained in:
parent
0392dbe1ed
commit
313cd9cbc6
@ -46,5 +46,5 @@ MIDDLEWARE = [
|
|||||||
|
|
||||||
DEBUG = True
|
DEBUG = True
|
||||||
CORS_ORIGIN_ALLOW_ALL = True
|
CORS_ORIGIN_ALLOW_ALL = True
|
||||||
# STATICFILES_DIRS = (os.path.join(BASE_DIR, 'static_files/'),)
|
STATICFILES_DIRS = (os.path.join(BASE_DIR, 'static'),)
|
||||||
STATIC_ROOT = os.path.join(BASE_DIR, 'static_collected')
|
STATIC_ROOT = os.path.join(BASE_DIR, 'static_collected')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user