A notification app for Django
Project description
Django courier is a django app that allow you to create and issue different types of notifications. Notifications can have different kinds of parameters which allow for convenient editing in the admin.
Installation
First, install via pip (on Windows, replace pip3 with pip)
pip3 install django-courier
Then, edit your settings.py, adding this line to INSTALLED_APPS
'django_courier',
Features
To be completed
Settings
This app makes use of the following settings. They can be set in your app’s settings.py:
DEFAULT_FROM_EMAIL |
Address to send emails from (standard django setting) |
TWILIO_ACCOUNT_SID |
Twilio account ID (required for Twilio backend) |
TWILIO_AUTH_TOKEN |
Twilio authentication token (required for Twilio backend) |
TWILIO_FROM_NUMBER |
Phone # to send Twilio SMS from (required for Twilio backend) |
DJANGO_COURIER_BACKENDS |
List of class names for backends that are in-use/enabled (not required) |
TODO
Show model parameters in admin
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
File details
Details for the file django-courier-0.5.0.tar.gz
.
File metadata
- Download URL: django-courier-0.5.0.tar.gz
- Upload date:
- Size: 9.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f239d9e5521e58f8fbf6d35613285f41cad8fb55c71e29488226f08e12ca3644 |
|
MD5 | aa7d487684bda54a9e98e77e9c8d26b4 |
|
BLAKE2b-256 | 1dba5bf0840e66b9183de36295b067853532d04bc7f36e9ccaa2a99a03dd3db1 |