boneburrito / budgetsimple

MIT License
0 stars 0 forks source link

Switch to user model based on Django model #10

Closed boylea closed 1 year ago

boylea commented 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.

brukeg commented 1 year ago

+1 @boylea

Dubiously going to merge this one