mirror of
				https://gitlab.crans.org/bde/nk20
				synced 2025-11-03 17:08:47 +01:00 
			
		
		
		
	Delete comby.xyz from ALLOWED_HOSTS
This commit is contained in:
		@@ -26,7 +26,7 @@ DATABASES = {
 | 
				
			|||||||
DEBUG = True
 | 
					DEBUG = True
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Mandatory !
 | 
					# Mandatory !
 | 
				
			||||||
ALLOWED_HOSTS = ['127.0.0.1', 'note.comby.xyz']
 | 
					ALLOWED_HOSTS = []
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Emails
 | 
					# Emails
 | 
				
			||||||
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
 | 
					EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user