🐱🏍
This commit is contained in:
		@@ -32,6 +32,7 @@ PRODUCTION_HOST = 'example.com'
 | 
				
			|||||||
# production hosts
 | 
					# production hosts
 | 
				
			||||||
ALLOWED_HOSTS = [
 | 
					ALLOWED_HOSTS = [
 | 
				
			||||||
    'api.' + PRODUCTION_HOST,
 | 
					    'api.' + PRODUCTION_HOST,
 | 
				
			||||||
 | 
					    'localhost',
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if DEBUG:
 | 
					if DEBUG:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user