Commit ca86d739 by Meir Kriheli

Wrong south setting in the docs

Should be `SOUTH_MIGRATION_MODULES`, see:
http://south.readthedocs.org/en/latest/settings.html#south-migration-modules
parent e6c90946
......@@ -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
taggit uses Django migrations by default::
SOUTH_MIGRATIONS_MODULES = {
SOUTH_MIGRATION_MODULES = {
'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