Mailgun Backend for Django
Project description
Django Rebel
Requirements
- Django >= 2.0
- Postgresql
Installation
pip install django-rebel
Add django_rebel
to your INSTALLED_APPS setting.
INSTALLED_APPS = (
...
'django_rebel',
)
Add Django Rebel settings to your settings file.
REBEL = {
"TEST_MODE": False,
"SEARCH_FIELDS": [],
"EMAIL_PROFILES": {
'MARKETING': {
'EMAIL': "anyone@example.com",
'FULL_NAME': 'Anyone',
"API": {
"API_KEY": "MAILGUN_API_KEY",
"DOMAIN": "mg.example.com"
}
}
}
}
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
django-rebel-0.2.0.tar.gz
(16.8 kB
view hashes)
Built Distribution
Close
Hashes for django_rebel-0.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 76843402d7ea9a5a59cf0f0430bfb28dffec607ae017f2cd74756e62b6aff2dc |
|
MD5 | 4145151cc8eb847d38c19c3dae92bb15 |
|
BLAKE2b-256 | 25b59257dc4e9df6e69d7ee64842d3621b789507a1e6852a02383b4bba53be22 |