Changes between Initial Version and Version 1 of Ticket #25313, comment 21


Ignore:
Timestamp:
Sep 25, 2020, 7:28:35 AM (4 years ago)
Author:
BrandonWoodward

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25313, comment 21

    initial v1  
    2222}}}
    2323
    24 4. Delete `user 0001_initial.py`, set `AUTH_USER_MODEL = 'user.user'` in your settings then run `./manage.py makemigrations` after creating the following `user` model.
     244. Delete `user 0001_initial.py`, set `AUTH_USER_MODEL = 'user.user'` in your settings then run `./manage.py makemigrations` after creating the following `user` model. Essentially this step is making your first migration in the `user` app match `auth 0001_initial.py`.
    2525
    2626{{{#!python
Back to Top