mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-07-23 00:27:51 +00:00
fix issue with static files in dev
This commit is contained in:
@ -46,5 +46,5 @@ MIDDLEWARE = [
|
||||
|
||||
DEBUG = 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')
|
||||
|
Reference in New Issue
Block a user