diff --git a/Ernestophone/settings-example.py b/Ernestophone/settings-example.py index b6e83fe..99b2cbf 100644 --- a/Ernestophone/settings-example.py +++ b/Ernestophone/settings-example.py @@ -29,9 +29,9 @@ SECRET_KEY = 'ax0|dG^AhtYfXPXgu3*e|k3l^yKpbK;$~(_%q/5C!H9yHA(Z(2' # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = ['*'] +ALLOWED_HOSTS = [] -ACCOUNT_CREATION_PASS = '' +ACCOUNT_CREATION_PASS = 'dummy' # Application definition diff --git a/requirements.txt b/requirements.txt index fbe7099..727c9b6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -Django==1.8 +Django==1.8.* gunicorn==19.6