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

localhost added to ALLOWED_HOSTS

parent 9ab26507
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__)))
# Quick-start development settings - unsuitable for production
# See https://docs.djangoproject.com/en/1.10/howto/deployment/checklist/
ALLOWED_HOSTS = ['prc.parkinson.lu']
ALLOWED_HOSTS = ['prc.parkinson.lu', 'localhost']
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