Skip to main content

Django rps.Milea Framework - User Module

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 rps-milea-users
  • Add rps_milea_users to INSTALLED_APPS in settings.py

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

    AUTH_USER_MODEL = 'rps_milea_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

rps-milea-users-0.1.4.tar.gz (8.0 kB view hashes)

Uploaded Source

Built Distribution

rps_milea_users-0.1.4-py3-none-any.whl (10.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