default uses instance.settings.settings
This commit is contained in:
		@ -0,0 +1 @@
 | 
			
		||||
from .settings import *
 | 
			
		||||
 | 
			
		||||
@ -15,6 +15,9 @@ For Django settings see:
 | 
			
		||||
# DEBUG = False
 | 
			
		||||
LANGUAGE_CODE = "fr-BE"
 | 
			
		||||
LC_LOCALE = "fr_BE.UTF-8"
 | 
			
		||||
TIME_ZONE = "Europe/Brussels"
 | 
			
		||||
 | 
			
		||||
timezone.activate(pytz.timezone(TIME_ZONE))
 | 
			
		||||
 | 
			
		||||
# Secret key: you MUST put a consistent secret key. You can generate one
 | 
			
		||||
# at https://djecrety.ir/
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user