This commit is contained in:
Roberto Rosario
2014-08-27 01:34:08 -04:00
parent db10d89117
commit 77f7245766

View File

@@ -3,4 +3,3 @@ from .local import *
DEBUG = False
ALLOWED_HOSTS = ['*'] # Update this accordingly; https://docs.djangoproject.com/en/dev/ref/settings/#allowed-hosts
~