Skip to main content

A set of models, views and templates for creating and managing user notifications

Project description

Podiant notifications

Build Coverage

A set of models, views and templates for creating and managing user notifications

Quickstart

Install Notifications:

pip install podiant-notifications

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'notifications',
    ...
)

Add Notifications' URL patterns:

from notifications import urls as notifications_urls

urlpatterns = [
    ...
    url(r'^', include(notifications_urls)),
    ...
]

Running tests

Does the code actually work?

coverage run --source notifications runtests.py

Credits

Tools used in rendering this package:

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

podiant-notifications-0.2.0.tar.gz (6.6 kB view details)

Uploaded Source

File details

Details for the file podiant-notifications-0.2.0.tar.gz.

File metadata

  • Download URL: podiant-notifications-0.2.0.tar.gz
  • Upload date:
  • Size: 6.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.6.3

File hashes

Hashes for podiant-notifications-0.2.0.tar.gz
Algorithm Hash digest
SHA256 c90805424e0775253d2663a54c297e4a62ae8c932c029ec4d2e22c7fd296d8fe
MD5 b62aad70d7951efc17021440803b5836
BLAKE2b-256 e6d612c97174480792f500eece33d8da587292aaad19f308616c816d12f0db1b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page