Skip to content
Snippets Groups Projects

fix static files config for development enviromnent

Merged Pierre-antoine Comby requested to merge fix_static into master
1 file
+ 6
0
Compare changes
  • Side-by-side
  • Inline
@@ -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')]
Loading