django-user-accounts
django-user-accounts copied to clipboard
Sites framework should be optional
The Django Sites framework should not be a dependency for this app. I'd wager the majority of people using this app have one domain and have it specified in their settings.py as SITE_NAME or SITE_URL. I'm tired of repeatedly hacking this little annoyance away with a couple lines in the source code and just re-enabled the sites framework; it just feels dirty.
@brosner Any thoughts on this?