Merge pull request #55 from MiguelSR/master

Added note on documentation to prevent possible error when running migrations
This commit is contained in:
Yang.Y 2015-04-22 21:47:14 +08:00
commit 211ac8e1db

View file

@ -78,6 +78,8 @@ For Django 1.4~1.6
#. Install latest version (>=1.0) `django-south <http://pypi.python.org/pypi/South/>`_
#. Execute ``manage.py migrate notifications`` to migrate `django-notifications` schema
Note: If you use a `custom user model <https://docs.djangoproject.com/en/1.6/topics/auth/customizing/#auth-custom-user>`_ in your application, you may want to check `reverse dependencies <http://south.aeracode.org/wiki/Dependencies>`_ of South to run your migrations in the correct order.
For Django 1.7
--------------