projects
/
oweals
/
karmaworld.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0f7039
)
Update allowed hosts
author
Charles Connell
<charles@connells.org>
Tue, 25 Mar 2014 15:32:42 +0000
(11:32 -0400)
committer
Charles Connell
<charles@connells.org>
Tue, 25 Mar 2014 15:32:42 +0000
(11:32 -0400)
karmaworld/settings/common.py
patch
|
blob
|
history
diff --git
a/karmaworld/settings/common.py
b/karmaworld/settings/common.py
index 9901b8299d4d6bd812c944e9bf0d7d741a5f9c72..f04e8960e8808a3ac017684c91fa18091ba95310 100644
(file)
--- a/
karmaworld/settings/common.py
+++ b/
karmaworld/settings/common.py
@@
-30,7
+30,7
@@
ALLOWED_HOSTS = [
'beta.karmanotes.org',
'www.karmanotes.org',
'karmanotes.org',
- '
ec2-184-73-42-39.compute-1.amazonaws.com
',
+ '
quiz.karmanotes.org
',
]
########## END SECURITY CONFIGURATION