mirror of
				https://gitlab.crans.org/bde/nk20
				synced 2025-11-04 09:12:11 +01:00 
			
		
		
		
	typo, making the CI breaks
This commit is contained in:
		@@ -7,7 +7,10 @@ if app_stage == 'prod':
 | 
			
		||||
    from .production import *
 | 
			
		||||
else:
 | 
			
		||||
    from .development import *
 | 
			
		||||
# Load password for database and SECRET_KEY
 | 
			
		||||
 | 
			
		||||
try:
 | 
			
		||||
    from .secrets import *
 | 
			
		||||
except:
 | 
			
		||||
except ImportError:
 | 
			
		||||
    from .secrets_example.py import * 
 | 
			
		||||
    print("Use default secrets!")
 | 
			
		||||
 
 | 
			
		||||
@@ -159,7 +159,3 @@ STATIC_URL = '/static/'
 | 
			
		||||
 | 
			
		||||
ALIAS_VALIDATOR_REGEX = r''
 | 
			
		||||
 | 
			
		||||
try:
 | 
			
		||||
    from .settings_local import *
 | 
			
		||||
except ImportError:
 | 
			
		||||
    pass
 | 
			
		||||
 
 | 
			
		||||
@@ -1,2 +1,2 @@
 | 
			
		||||
DATABASE['default']['PASSWORD'] ='CHANGE_ME'
 | 
			
		||||
DATABASES['default']['PASSWORD'] ='CHANGE_ME'
 | 
			
		||||
SECRET_KEY = 'CHANGE_ME'
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user