Skip to content

Commit

Permalink
Fix error in ALLOWED_HOSTS.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Kelly committed Feb 27, 2013
1 parent 846c5ca commit fdf5157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.py
Expand Up @@ -129,6 +129,6 @@

ALLOWED_HOSTS = [
'snippets.stage.mozilla.com',
'snippets.mozilla.com'
'snippets.mozilla.com',
'.allizom.org'
]

0 comments on commit fdf5157

Please sign in to comment.