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

Uploaded Source

File details

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

File metadata

File hashes

Hashes for django-courier-0.4.0.tar.gz
Algorithm Hash digest
SHA256 5f7f44f4de6ec654c48f1db4f4d60390682287d344e52abb22629b515de3f09c
MD5 67a7c6b2dc45c5cfb7cc50e5931a13a0
BLAKE2b-256 4b1930df7ae45ec94e45a9c010d6bdce7ae851753a21e95ddf6520f26fa0e9bb

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