(the suggested url: I saw it before writing the message. It is outdated.
Example: It uses "python manage.py syncdb"
Besides: It instruct adding to INSTALLED_APPS : "'registration'": This
yield errors: First reason: A comma is missing..
I also think, but not sure,that this line is not relevant a
First: thank you!
Yes I did search before asking
I was trying to place the templates under my project tree (rather than
under
"Python37-32\Lib\site-packages\django\contrib\admin\templates\registration"
and could not make it work.
Per you advice I also tried putting the template file at the above
me
Have you searched the internet before posting?
https://stackoverflow.com/questions/6127264/troubleshooting-templatedoesnotexist-at-accounts-login-django-auth-setup
You can either create your own pages or copy the whole templates under the
django admin site
-- site-packages/django/contrib/admin/
I have installed "django-registration:" and now follow "
https://django-registration.readthedocs.io/en/3.0/quickstart.html";
I have set URLs as explained (see below) but failed to tell django where to
find the templates.
What do I need to do to have django find the templates?
More details:
htt
4 matches
Mail list logo