django-unique-user-email
django-unique-user-email copied to clipboard
Add URLs (and maybe templates?)
It's easy enough to define a urls.py so folks can just include that once.
Maybe templates too:
- All the
contrib.authviews have theextra_contextattribute (e.g.) allowing a base template context var.
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.
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.