A Django app to to create notifications for other services.
Project description
===== NotifyIt
NotifyIt is a Django app to conduct Web-based notification. User can create a notification for other services.
Detailed documentation is in the "docs" directory.
Quick start
-
Add "polls" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [ ... 'django-notifyit', ]
-
Include the polls URLconf in your project urls.py like this::
path('notifyit/', include('django-notifyit.urls')),
-
Run
python manage.py migrateto create the notifyit models. -
Start the development server and visit POST: http://127.0.0.1:8000/notifyit/ to create a notification.
-
Visit GET: http://127.0.0.1:8000/notifyit/ to get list of notifications.
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
File details
Details for the file django-notifyit-1.1.0.dev0.tar.gz.
File metadata
- Download URL: django-notifyit-1.1.0.dev0.tar.gz
- Upload date:
- Size: 7.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e0c09f8d1309c2f028da9df5261b158448756bb41b08d1638c20eca3d8b81e89
|
|
| MD5 |
52829ecf39ca081745568b99ce80cab3
|
|
| BLAKE2b-256 |
d230e4f4ad8dfd120ae092956ea131793c1a68be1347e36573e9ea04aa01e86c
|