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:
0ec787b
)
Make the new version of taggit happy
author
Charles Connell
<charles@connells.org>
Mon, 21 Apr 2014 03:43:55 +0000
(23:43 -0400)
committer
Charles Connell
<charles@connells.org>
Mon, 21 Apr 2014 03:43:55 +0000
(23:43 -0400)
karmaworld/settings/common.py
patch
|
blob
|
history
diff --git
a/karmaworld/settings/common.py
b/karmaworld/settings/common.py
index 789d5f9b5d183bf4d27a4f6710e0217a27ac33cd..99d46e5095e699ac95a1597ea4fe7180906e89f9 100644
(file)
--- a/
karmaworld/settings/common.py
+++ b/
karmaworld/settings/common.py
@@
-392,6
+392,11
@@
HONEYPOT_ERROR = "You did not follow directions."
########## END HONEYPOT CONFIGURATION
+SOUTH_MIGRATION_MODULES = {
+ 'taggit': 'taggit.south_migrations',
+}
+
+
########## TESTING CONFIGURATION
TESTING = 'test' in sys.argv
########## END TESTING CONFIGURATION