You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @Athirst1998 its not Madhur here, but from what I can see as far as your TemplateDoesNotExist exception is concerned, if you go to the directory "Django-ChatApp/registration/templates/registration" and rename the file SignUp.html to signup.html, you should stop getting that exception.
As for the errors regarding crispy_forms and widget_tweaks, you will have to install two pip packages in your virtual environment you have created.
hi Madhur
When I tried to run your source, I received several errors for some models
crispy_forms and widget_tweaks
And after loading the page and clicking on signup, this error was received
django.template.exceptions.TemplateDoesNotExist: registration/signup.html
I didn't work with Django and unfortunately I couldn't fix the problem. Is it possible to fix the error? Your script is very useful for me, thank you
The text was updated successfully, but these errors were encountered: