Skip to content

Commit

Permalink
fixed internal hosts list url
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimkal committed Jan 6, 2015
1 parent 410f202 commit 6ce4ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polo/settings.py
Expand Up @@ -34,7 +34,7 @@
if DEBUG == True:
ALLOWED_HOSTS = []
else:
ALLOWED_HOSTS = ['.polo.webfactional.com']
ALLOWED_HOSTS = ['.lep12.webfactional.com']

TEMPLATE_DEBUG = True

Expand Down

0 comments on commit 6ce4ce0

Please sign in to comment.