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

Uploaded Source

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