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.0.tar.gz (9.8 kB view details)

Uploaded Source

File details

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

File metadata

File hashes

Hashes for django-courier-0.5.0.tar.gz
Algorithm Hash digest
SHA256 f239d9e5521e58f8fbf6d35613285f41cad8fb55c71e29488226f08e12ca3644
MD5 aa7d487684bda54a9e98e77e9c8d26b4
BLAKE2b-256 1dba5bf0840e66b9183de36295b067853532d04bc7f36e9ccaa2a99a03dd3db1

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