1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
Source: django-notification
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
Herbert Parentes Fortes Neto <hpfn@debian.org>,
Matthias Klose <doko@debian.org>,
Clint Adams <clint@debian.org>,
Michael Fladischer <fladi@debian.org>,
Brian May <bam@debian.org>,
Thomas Goirand <zigo@debian.org>,
Standards-Version: 4.4.0
Build-Depends:
debhelper (>= 9),
dh-python,
python3-all,
python3-setuptools,
Homepage: http://github.com/jtauber/django-notification/
Vcs-Browser: https://salsa.debian.org/python-team/modules/django-notification
Vcs-Git: https://salsa.debian.org/python-team/modules/django-notification.git
Package: python3-django-notification
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: user notification management for Django (Python 3 version)
Many sites need to notify users when certain events have
occurred and to allow configurable options as to how those
notifications are to be received, including:
.
* submission of notification messages by other apps
* notification messages on signing in
* notification messages via email (configurable by user)
* notification messages via feed
.
This package is for Python3.
|