A Django package that provides a custom user model with email as the unique identifier instead of username, while maintaining the same API and behavior as Django's default User. Current version: 1.1. Release cadence is low (last release 2020).
pip install django-custom-userNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Add to INSTALLED_APPS and set AUTH_USER_MODEL. Then run migrations.
Consider using official Django custom user model or alternatives like django-allauth.
Check compatibility; may need to fork and update migrations.
Set AUTH_USER_MODEL before first migration. If already migrated, you need to start over or use a custom migration.