Skip to content
Snippets Groups Projects
Commit b4aa8764 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Allowing localhost connection

parent 17aa7636
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ MAINTENANCE_MODE = False
# Hosts/domain names that are valid for this site; required if DEBUG is False
# See https://docs.djangoproject.com/en/1.5/ref/settings/#allowed-hosts
ALLOWED_HOSTS = ["www.example.com"]
ALLOWED_HOSTS = ["localhost"]
SITE_ROOT = os.path.dirname(os.path.realpath(__file__))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment