Hi. I’m a beginner programmer and I’m trying to write a Django website right now

  Kiến thức lập trình

The fact is that I have no experience at all and I use a tutorial from the Internet. This is a lesson: https://proglib-io.turbopages.org/proglib.io/s/p/django-s-nulya-chast-2-registraciya-avtorizaciya-ogranichenie-dostupa-2022-06-08 When I try to implement the user registration function and in fact just copy the actions of the teacher, my site gives the error: TemplateDoesNotExist at /register/
I don’t understand why this is happening…

I do not know what I am doing wrong, like I installed pipenv install django-crispy-forms, I only used the pip install django-crispy-forms command, because this command was not executed. I did everything according to the tutorial.

New contributor

user24802646 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

LEAVE A COMMENT