mirror of
				https://gitlab.crans.org/bde/nk20
				synced 2025-11-04 01:12:08 +01:00 
			
		
		
		
	Merge branch 'fix_static' into 'master'
fix static files config for development enviromnent See merge request bde/nk20!36
This commit is contained in:
		@@ -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')]
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user