Skip to content

Commit

Permalink
Merge pull request #597 from akvo/feature/du596_allowed_hosts
Browse files Browse the repository at this point in the history
[#596] Add ALLOWED_HOSTS to settings
  • Loading branch information
carlio committed May 28, 2014
2 parents 1fb3aaf + d8f2333 commit 83ac7d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions akvo/settings/10-base.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
see < http://www.gnu.org/licenses/agpl.html >.
"""

ALLOWED_HOSTS = ['*']

#Additional information about a User
AUTH_PROFILE_MODULE = 'rsr.userprofile'
Expand Down

0 comments on commit 83ac7d5

Please sign in to comment.