A Django app to manage user emails.
Project description
A Django app to manage user emails.
Documentation
The full documentation is at https://django-rest-email-manager.readthedocs.io.
Quickstart
Install django-rest-email-manager:
pip install django-rest-email-manager
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'rest_email_manager',
...
)
Add django-rest-email-manager’s URL patterns:
urlpatterns = [
...
path('email-manager/', include('rest_email_manager.urls')),
...
]
Create django-rest-email-manager’s database tables:
python manage.py migrate
Features
REST endpoints for allowing users to change their email address.
Updated email addresses will require verification before they are set on the user.
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
File details
Details for the file django-rest-email-manager-1.0.2.tar.gz
.
File metadata
- Download URL: django-rest-email-manager-1.0.2.tar.gz
- Upload date:
- Size: 11.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 42ff0e4213126903acf76b764193593ed501db84df9267d13934a85489ce75a2 |
|
MD5 | 0fdcc2652b336245ca4d5e175a5a4feb |
|
BLAKE2b-256 | def02cee639630b7a5e5273ea3e2b0659b09e087e961c5ebc739b56f83a85e24 |
File details
Details for the file django_rest_email_manager-1.0.2-py3-none-any.whl
.
File metadata
- Download URL: django_rest_email_manager-1.0.2-py3-none-any.whl
- Upload date:
- Size: 12.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2f46fb51d81ef445d18891a6e791342f34c888002cebe8c5df95f6c24627cd3d |
|
MD5 | 038428dacd4e1003abc25c53289e4803 |
|
BLAKE2b-256 | 7685b542d0b1be7a60b51f8e19bb290e1c13b94528606dd31271f40e4346912f |