A reusable Django application for managing user accounts, including signup, login, password reset, email verification, and account management. Current version is 3.3.2. Release cadence is irregular; maintained by the Pinax project.
pip install django-user-accountsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: install, add 'account' to INSTALLED_APPS, run migrations, then use models/views.
pip install --upgrade django-user-accounts==3.3.2
Use Django 3.2+ or stick with django-user-accounts v3.1.x.
Replace force_text() with force_str() in your code.
Upgrade Python interpreter.