mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-04-22 05:54:43 +00:00
Merge pull request #55 from MiguelSR/master
Added note on documentation to prevent possible error when running migrations
This commit is contained in:
commit
211ac8e1db
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
--------------
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue