From: Charles Connell Date: Mon, 21 Apr 2014 03:43:55 +0000 (-0400) Subject: Make the new version of taggit happy X-Git-Tag: release-20150131~136 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2306a4a6b0eb6f3af42c688b210fc1c65e581c3d;p=oweals%2Fkarmaworld.git Make the new version of taggit happy --- diff --git a/karmaworld/settings/common.py b/karmaworld/settings/common.py index 789d5f9..99d46e5 100644 --- 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