issues
search
Ramin-RX7
/
CafeMenu
Café management website with custom dashboard panel for staff
MIT License
2
stars
4
forks
source link
Add user model
#55
Closed
Ramin-RX7
closed
1 year ago
Ramin-RX7
commented
1 year ago
Adding user model task includes several parts
creating an app called users
creating the User model
inherit from AbstractBaseUser and PermissionsMixin (why?)
add it to settings (AUTH_USER_MODEL = "users.MyUser")
phone field that must be unique and have a validator
create Manager for User model
Ramin-RX7
commented
1 year ago
completed in #57
Adding user model task includes several parts