macropin / django-registration

Django-registration (redux) provides user registration functionality for Django websites.
http://django-registration-redux.readthedocs.org
Other
975 stars 350 forks source link

[question] how to change default location of registration folder #383

Closed guanicoe closed 3 years ago

guanicoe commented 4 years ago

Hi,

I guess this is a simple question, but i cannot find it clearly in the docs. How do I change the default location of the registration folder without having to rewrite all the urls calls in urls.py? Is there a variable I can set in settings?

Thanks

joshblum commented 4 years ago

@guanicoe you can change the TEMPLATES setting to point to a different directory of the same name so your templates are found first: https://docs.djangoproject.com/en/3.0/howto/overriding-templates/#overriding-from-the-project-s-templates-directory