Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

signup page #3

Open
Athirst1998 opened this issue Oct 2, 2022 · 1 comment
Open

signup page #3

Athirst1998 opened this issue Oct 2, 2022 · 1 comment

Comments

@Athirst1998
Copy link

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

@Artysto
Copy link

Artysto commented Oct 5, 2022

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.

pip install django-crispy-forms
pip install django-widget-tweaks

Let me know, if you encounter other errors too, will be glad to take a look : )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants