Commit 1682de06 by Florian Apolloner

Merge pull request #214 from MeirKriheli/develop

Wrong south setting in the docs
parents 0b7f4839 ca86d739
...@@ -16,7 +16,7 @@ Run `./manage.py syncdb` or `./manage.py migrate` if using migrations. ...@@ -16,7 +16,7 @@ Run `./manage.py syncdb` or `./manage.py migrate` if using migrations.
If you are using South you'll have to add the following setting, since If you are using South you'll have to add the following setting, since
taggit uses Django migrations by default:: taggit uses Django migrations by default::
SOUTH_MIGRATIONS_MODULES = { SOUTH_MIGRATION_MODULES = {
'taggit': 'taggit.south_migrations', 'taggit': 'taggit.south_migrations',
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment