Skip to content
Snippets Groups Projects
Commit f6b58e8c authored by Pierre-antoine Comby's avatar Pierre-antoine Comby
Browse files

Merge branch 'fix_static' into 'master'

fix static files config for development enviromnent

See merge request !36
parents 448929b9 76258513
No related branches found
No related tags found
1 merge request!36fix static files config for development enviromnent
Pipeline #7850 passed with warnings with stages
in 4 minutes and 1 second
...@@ -52,3 +52,9 @@ SESSION_COOKIE_AGE = 60 * 60 * 3 ...@@ -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')]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment