adamdoty / homebaker

A baked-goods, birthday-treat, tracking app I made for my wife.
3 stars 0 forks source link

following extended user article in progress #39

Closed adamdoty closed 2 years ago

adamdoty commented 2 years ago

Not sure if I need to make explicit user model, form, user creation view in order to extend the user?

adamdoty commented 2 years ago

Seems like there is no user creation html file. Adding via https://docs.djangoproject.com/en/4.1/topics/auth/default/#django.contrib.auth.forms.UserCreationForm

bbelderbos commented 2 years ago

Not sure if I need to make explicit user model, form, user creation view in order to extend the user?

Only Profile stuff, User model comes with Django and we'll not touch directly this way.