I've changed a lot:
- using uv for package management
- adding two apps:
accounts
andmain
. Themain
app is for you to start working immediately. - the
accounts
app contains a user model with email-as-username - the excellent
django-allauth
package is used to do login and stuff -- you'll have to customize it!
Full Changelog: 1.0.2...2.0.0