Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-courier-0.5.2.tar.gz (10.0 kB view details)

Uploaded Source

File details

Details for the file django-courier-0.5.2.tar.gz.

File metadata

File hashes

Hashes for django-courier-0.5.2.tar.gz
Algorithm Hash digest
SHA256 08db333c81b65a35d003fe39a7437a0e09139cb23380db54631cca38a83beaab
MD5 0f127b893fe7b3293ac93bf6bf9a4ae3
BLAKE2b-256 00a131ec5ba6e03d78178f70f38e363aaa431d3464750870cc6aac718b371b3b

See more details on using hashes here.

Provenance

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