mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-05-22 03:11:54 +00:00
Adding note to prevent possible error of users runnning notifications
migrations before its custom user model ones
This commit is contained in:
parent
24bfc6ec07
commit
3e76c51193
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