improved contact form
This commit is contained in:
@@ -60,7 +60,7 @@ DEBUG = True
|
||||
|
||||
TEMPLATES[0]['OPTIONS']['debug'] = DEBUG
|
||||
|
||||
ALLOWED_HOSTS = ['localhost']
|
||||
ALLOWED_HOSTS = ['localhost','127.0.0.1']
|
||||
|
||||
# INSTALLED_APPS += ['debug_toolbar',]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user