Change conflicting static url
This commit is contained in:
parent
9f20cc5fe3
commit
fe16949725
@ -74,7 +74,7 @@ TIME_FORMAT = "H:i"
|
|||||||
ROOT_URLCONF = 'core.urls'
|
ROOT_URLCONF = 'core.urls'
|
||||||
WSGI_APPLICATION = 'core.wsgi.application'
|
WSGI_APPLICATION = 'core.wsgi.application'
|
||||||
|
|
||||||
STATIC_URL = '/static/'
|
STATIC_URL = '/static-dev/'
|
||||||
STATIC_ROOT = os.path.join(BASE_DIR, "static_files")
|
STATIC_ROOT = os.path.join(BASE_DIR, "static_files")
|
||||||
STATICFILES_DIRS = [
|
STATICFILES_DIRS = [
|
||||||
os.path.join(BASE_DIR, "static"),
|
os.path.join(BASE_DIR, "static"),
|
||||||
|
|||||||
Reference in New Issue
Block a user