Changes between Initial Version and Version 1 of Ticket #25313, comment 21
- Timestamp:
- Sep 25, 2020, 7:28:35 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25313, comment 21
initial v1 22 22 }}} 23 23 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. 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. Essentially this step is making your first migration in the `user` app match `auth 0001_initial.py`. 25 25 26 26 {{{#!python