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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file rps-milea-users-0.1.4.tar.gz.
File metadata
- Download URL: rps-milea-users-0.1.4.tar.gz
- Upload date:
- Size: 8.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e6b541cc4fb4bee211d45bc326c2bcc766fb73fd91399e96f4afd1d8daf5094c
|
|
| MD5 |
44f231ad84d81f9a8f56c983fc5376ca
|
|
| BLAKE2b-256 |
23489b5de841048c2d2a56f3837e92b69d3131d7e4b113b25863e20c6fb57da5
|
File details
Details for the file rps_milea_users-0.1.4-py3-none-any.whl.
File metadata
- Download URL: rps_milea_users-0.1.4-py3-none-any.whl
- Upload date:
- Size: 10.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
32201d4791b23cbe6f47f6907207b0e1fa5d72e43d00737c87a462c40a8c4ce5
|
|
| MD5 |
18b98ea09c9aec2daae07240b67d1eda
|
|
| BLAKE2b-256 |
2384367376ab9a7cea670fccfb3bf3e8b3f736abd0862f7f5b7c70bfe9b33512
|