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

fix static files config for development enviromnent

parent 448929b9
No related branches found
No related tags found
1 merge request!36fix static files config for development enviromnent
Pipeline #7849 passed with warnings with stages
in 4 minutes and 2 seconds
......@@ -52,3 +52,9 @@ SESSION_COOKIE_AGE = 60 * 60 * 3
# CAS Client settings
# Can be modified in secrets.py
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