Re: template location for django-registration framework

2018-12-31 Thread Yuval Bachrach
(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

Re: template location for django-registration framework

2018-12-30 Thread Yuval Bachrach
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

Re: template location for django-registration framework

2018-12-29 Thread Zhe Li
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/

template location for django-registration framework

2018-12-29 Thread Yuval Bachrach
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