Madhur215 / Django-ChatApp

A chat application built using Django Rest Framework. Users can add other users as friends and have one to one chat.
139 stars 58 forks source link

Template not Found #6

Open RohnRoy opened 10 months ago

RohnRoy commented 10 months ago

when tried to register, it shows TemplateDoesNotExist. i had installed the crispy forms Screenshot (93)

arexgill commented 10 months ago

pip install django-crispy-forms==1.14.0 Worked for me