Skip to main content

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


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.0.4.tar.gz (10.8 kB view hashes)

Uploaded Source

Built Distribution

django_rebel-0.0.4-py3-none-any.whl (16.2 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