Skip to content
Snippets Groups Projects
Commit 0ced5b34 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

Merge branch 'appointments-dev' into 'master'

localhost added to ALLOWED_HOSTS

See merge request !4
parents 9ab26507 53b7291b
No related branches found
No related tags found
1 merge request!4localhost added to ALLOWED_HOSTS
...@@ -19,7 +19,7 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) ...@@ -19,7 +19,7 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
# Quick-start development settings - unsuitable for production # Quick-start development settings - unsuitable for production
# See https://docs.djangoproject.com/en/1.10/howto/deployment/checklist/ # See https://docs.djangoproject.com/en/1.10/howto/deployment/checklist/
ALLOWED_HOSTS = ['prc.parkinson.lu'] ALLOWED_HOSTS = ['prc.parkinson.lu', 'localhost']
DEBUG = True DEBUG = True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment