Answer the question
In order to leave comments, you need to log in
Why is django-registration using the wrong path for its files?
I installed django-registration and copied the registration folder to the project folder as expected. For a long time I could not understand why changes in forms.py do not affect the result of displaying pages in any way. And then I found that django-registration uses its files not from the \Project\registration folder, but from the \python\Lib\site-packages\django_registration_redux-1.1-py2.7.egg\registration folder. How can an application poke its nose into the right folder? where to look for the error?
Answer the question
In order to leave comments, you need to log in
in settings.py 99% is just django-registration, but it should be 'project.django-registration''
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question