Skip to main content

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

  1. Add "polls" to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [
    ...
    'notifications',
]
  1. Include the polls URLconf in your project urls.py like this::

    path("notifications/", include("notifications.urls")),

  2. Run python manage.py migrate to create the models.

  3. 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-dans-notifications-1.0.tar.gz (16.4 kB view hashes)

Uploaded Source

Built Distribution

django_dans_notifications-1.0-py3-none-any.whl (32.2 kB view hashes)

Uploaded Python 3

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