Skip to main content

Just another Django-email-user app. Makes the email address as the username.

Project description

Just another Django-email-user app. Makes the email address as the username.

Attention! Only suitable for fresh Django projects.

Installation

  • Installation

    pip install django-cust-email-user
  • Add email_users to INSTALLED_APPS in settings.py

    INSTALLED_APPS = [
      "email_users",
      ...
    ]
  • Create AUTH_USER_MODEL in settings.py

    AUTH_USER_MODEL = 'email_users.User'
  • Database Update

    python manage.py migrate

Internal Notes

Publishing to PyPI:

python -m pip install -U wheel twine setuptools
python setup.py sdist
python setup.py bdist_wheel
twine upload --skip-existing dist/*

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-cust-email-user-0.1.2.tar.gz (4.4 kB view hashes)

Uploaded Source

Built Distribution

django_cust_email_user-0.1.2-py3-none-any.whl (5.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page