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 details)
Built Distribution
File details
Details for the file django-rebel-0.2.0.tar.gz
.
File metadata
- Download URL: django-rebel-0.2.0.tar.gz
- Upload date:
- Size: 16.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.7.0 requests/2.25.1 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cc73f8a94f2c1ba92925f2e0a29f65edda39235cbf56f576de48469c125e170b |
|
MD5 | fdd9ceae43742469da311f8421339e12 |
|
BLAKE2b-256 | 02c9aed1570169b3e3df80a8ee2642117187b91efd298e966aaf8af6f13e3c3e |
File details
Details for the file django_rebel-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: django_rebel-0.2.0-py3-none-any.whl
- Upload date:
- Size: 23.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.7.0 requests/2.25.1 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 76843402d7ea9a5a59cf0f0430bfb28dffec607ae017f2cd74756e62b6aff2dc |
|
MD5 | 4145151cc8eb847d38c19c3dae92bb15 |
|
BLAKE2b-256 | 25b59257dc4e9df6e69d7ee64842d3621b789507a1e6852a02383b4bba53be22 |