A Django app to handle notifications.
Project description
DJANGO DANS NOTIFICATION
A Django app to handle notifications.
Models
TODO
NotificationEmail
- send email
NotificationBasic
NotificationPush
Usage
TODO
NotificationManager
Quick start
- Add "polls" to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [
...
'notifications',
]
-
Include the polls URLconf in your project urls.py like this::
path("notifications/", include("notifications.urls")),
-
Run
python manage.py migrate
to create the models. -
Create notifications via the API or Admin portal!
Packaging
To build run:
python setup.py sdist
python setup.py bdist_wheel
To release run:
python3 -m twine upload --repository testpypi dist/*
This expects you to have the proper credentials in your $HOME/.pypirc
file
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for django-dans-notifications-1.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | c75d2f1d5b00ca359af8eeb31f9e5f9723cca94372779cd9932637300d5c4de7 |
|
MD5 | 4b420ddf0b9d9d0a299ad50ca30e6b91 |
|
BLAKE2b-256 | 7e544816b79dafa6c9f2f89956e9d4dfdaaf7b713e38610f65d35af3c27612f6 |
Close
Hashes for django_dans_notifications-1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | edbb3721aca4fae18440550af7f4d7b6793ca301a94d12ebeb9d155b67191cb7 |
|
MD5 | 266b76d2e57db77dec194f52c89610f0 |
|
BLAKE2b-256 | 95084c52d794ad5e0748d01de738c059ad0eb8d86f4f069a8fcd168b7fb984ef |