Ups, not for the settings file.
This commit is contained in:
		@@ -143,6 +143,6 @@ LOGOUT_REDIRECT_URL = reverse_lazy('lostplaces_home')
 | 
				
			|||||||
# Load and override settings from local_settings.py and don't fail on errors.
 | 
					# Load and override settings from local_settings.py and don't fail on errors.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
try:
 | 
					try:
 | 
				
			||||||
    from lostplaces_app.local_settings import *
 | 
					    from .local_settings import *
 | 
				
			||||||
except ImportError:
 | 
					except ImportError:
 | 
				
			||||||
    pass
 | 
					    pass
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user