Make the new version of taggit happy
authorCharles Connell <charles@connells.org>
Mon, 21 Apr 2014 03:43:55 +0000 (23:43 -0400)
committerCharles Connell <charles@connells.org>
Mon, 21 Apr 2014 03:43:55 +0000 (23:43 -0400)
karmaworld/settings/common.py

index 789d5f9b5d183bf4d27a4f6710e0217a27ac33cd..99d46e5095e699ac95a1597ea4fe7180906e89f9 100644 (file)
@@ -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