I set up user registration by subclassing generic.CreateView in an app 
called Accounts. and I then set up my urls using django.contrib.auth.urls. 
I can register a user but when I try to redirect to the login page, I get 
this error: 

    
~/<user>/workspace/web/goldrush/gr_backend/templates/registration/login.html 
(Source does not exist)

I don't understand why and I have been fiddling with this for an hour to no 
avail. 

The Accounts App, my settings, and project-level urls are available at: 
[this link](https://github.com/Ajorona/ecommercedjango) to my github. I am 
not going to put this project into production so I left my project secret 
key visible ¯\_(ツ)_/¯. Can someone help me understand how to correctly 
configure my templates for the Accounts App? I am using a project-level 
templates directory.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/7338bc1f-cd49-44e3-88a8-4af1606e331b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to