Skip to main content

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


Download files

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

Source Distribution

django-rest-email-manager-1.0.2.tar.gz (11.7 kB view hashes)

Uploaded Source

Built Distribution

django_rest_email_manager-1.0.2-py3-none-any.whl (12.4 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