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:
2ee0c69
)
FQDN fails, so just use the domain names without trailing period
author
Bryan
<btbonval@gmail.com>
Wed, 15 Jan 2014 05:15:58 +0000
(
00:15
-0500)
committer
Bryan
<btbonval@gmail.com>
Wed, 15 Jan 2014 05:15:58 +0000
(
00:15
-0500)
karmaworld/settings/common.py
patch
|
blob
|
history
diff --git
a/karmaworld/settings/common.py
b/karmaworld/settings/common.py
index fea3ae22dc21dc04fbaf84ffc92234e2e3200186..f6b2b292cc60c08a9d04ea74cdc86b5decae2a38 100644
(file)
--- a/
karmaworld/settings/common.py
+++ b/
karmaworld/settings/common.py
@@
-24,8
+24,8
@@
SERIALIZATION_MODULES = {'json-pretty': 'karmaworld.apps.serializers.json_pretty
ALLOWED_HOSTS = [
'127.0.0.1', # for dev systems / VMs, but should be safe enough
'localhost', # for dev systems / VMs, but should be safe enough
- 'beta.karmanotes.org
.
',
- 'www.karmanotes.org
.
',
+ 'beta.karmanotes.org',
+ 'www.karmanotes.org',
'karmanotes.org',
]
########## END SECURITY CONFIGURATION