adamdoty / homebaker

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

create the login template #25

Closed bbelderbos closed 1 year ago

bbelderbos commented 1 year ago

When you're not logged in and access an endpoint that is protected (login_required decorator) you are redirected to the login view (expected), but the template does not exist yet.

This guide should have that fixed pretty quickly I think: https://learndjango.com/tutorials/django-login-and-logout-tutorial

Please give it a try and let me know if you hit any issues ...

Cheers Bob

bbelderbos commented 1 year ago

I should check my notifications first lol, dup of https://github.com/adamdoty/homebaker/issues/21