Skip to content

Commit

Permalink
Added ALLOWED_HOSTS.
Browse files Browse the repository at this point in the history
  • Loading branch information
wlonk committed May 13, 2013
1 parent 9328cb9 commit 4da44be
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions project_name/project_name/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,13 @@
########## END SECRET CONFIGURATION


########## SITE CONFIGURATION
# Hosts/domain names that are valid for this site
# See https://docs.djangoproject.com/en/1.5/ref/settings/#allowed-hosts
ALLOWED_HOSTS = []
########## END SITE CONFIGURATION


########## FIXTURE CONFIGURATION
# See: https://docs.djangoproject.com/en/dev/ref/settings/#std:setting-FIXTURE_DIRS
FIXTURE_DIRS = (
Expand Down

0 comments on commit 4da44be

Please sign in to comment.