Closed boylea closed 1 year ago
Gives us authentication for free. Official recommended way to set up user model.
This is a breaking change, I deleted the existing migrations and started fresh. Recommend dropping and re-creating the DB then running python manage.py migrate to apply this change.
python manage.py migrate
+1 @boylea
Dubiously going to merge this one
Gives us authentication for free. Official recommended way to set up user model.
This is a breaking change, I deleted the existing migrations and started fresh. Recommend dropping and re-creating the DB then running
python manage.py migrate
to apply this change.