mirror of
https://gitlab.crans.org/bde/nk20
synced 2024-11-26 18:37:12 +00:00
fix static files config for development enviromnent
This commit is contained in:
parent
448929b900
commit
762585134c
@ -52,3 +52,9 @@ SESSION_COOKIE_AGE = 60 * 60 * 3
|
|||||||
# CAS Client settings
|
# CAS Client settings
|
||||||
# Can be modified in secrets.py
|
# Can be modified in secrets.py
|
||||||
CAS_SERVER_URL = "http://localhost:8000/cas/"
|
CAS_SERVER_URL = "http://localhost:8000/cas/"
|
||||||
|
|
||||||
|
|
||||||
|
STATIC_ROOT = '' # not needed in development settings
|
||||||
|
STATICFILES_DIRS = [
|
||||||
|
os.path.join(BASE_DIR, 'static')]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user