Skip to main content

Django app for an endpoint mailing.

Project description

Email Auth Remote

Проект для интеграции МС рассылки с другими Django МС.

Как пользоваться

Добавить проект в INSTALLED_APPS

# File: settings.py

INSTALLED_APPS = [
    ...
    "mailing_backend",
]

Установить переменную EMAIL_ENDPOINT_URL

# File: settings.py

EMAIL_ENDPOINT_URL = "http://localhost:8000/mailing"  # Как пример

Сборка

Как собрать проект локально

python3 -m pip install build
python3 -m build 

Проверка собранного пакета

python3 -m pip install twine
twine check dist/*

Выкладывание проекта в PYPI

twine upload 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

mailing_backend-1.0.0.tar.gz (3.0 kB view hashes)

Uploaded Source

Built Distribution

mailing_backend-1.0.0-py3-none-any.whl (3.8 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