Skip to content
Snippets Groups Projects
Commit f2ee35c6 authored by Jakob Dieterle's avatar Jakob Dieterle
Browse files

updated allowed hosts in grady/settings/live.py

parent 9947682e
No related branches found
No related tags found
1 merge request!293Resolve "Revise to old export scheme"
...@@ -32,9 +32,7 @@ except (IOError, Exception): ...@@ -32,9 +32,7 @@ except (IOError, Exception):
to generate your secret key!' % SECRET_FILE) to generate your secret key!' % SECRET_FILE)
# adjust this setting to your needs # adjust this setting to your needs
ALLOWED_HOSTS = [ ALLOWED_HOSTS = [ 'localhost', '.informatik.uni-goettingen.de' ]
'localhost', '.grady.janmax.org', 'grady.informatik.uni-goettingen.de'
]
# sample postgres sql database configuration # sample postgres sql database configuration
DATABASES = { DATABASES = {
......
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