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.1.0.tar.gz (7.2 kB view details)

Uploaded Source

File details

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

File metadata

  • Download URL: podiant-notifications-0.1.0.tar.gz
  • Upload date:
  • Size: 7.2 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.1.0.tar.gz
Algorithm Hash digest
SHA256 4d2ac1fb7b4af1fa9631aed3ddf7dc058e01699c53e7520dd14fb1866e530962
MD5 485156840ce62fb85a80988b2edd2eb3
BLAKE2b-256 7c4e4de8234fcfbf778e634ce6400d9ed239ef74f78b8389b590fea8e74ab8a6

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