django-unique-user-email icon indicating copy to clipboard operation
django-unique-user-email copied to clipboard

Add URLs (and maybe templates?)

Open carltongibson opened this issue 2 years ago • 2 comments

It's easy enough to define a urls.py so folks can just include that once.

Maybe templates too:

  • All the contrib.auth views have the extra_context attribute (e.g.) allowing a base template context var.

carltongibson avatar Oct 31 '23 10:10 carltongibson

It would be safe to depend on Django-template-partials, using the inline flag.

If folks didn't install it, they just wouldn't be able to use the loader, but those that did would.

carltongibson avatar Oct 31 '23 16:10 carltongibson

If folks didn't install it, they just wouldn't be able to use the loader, but those that did would.

That's not right. the {% load ...%} tag requires the app to be added to INSTALLED_APPS, so using views (and so templates) would require adding template_partials.

carltongibson avatar Dec 08 '23 08:12 carltongibson