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

Uploaded Source

File details

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

File metadata

  • Download URL: podiant-notifications-0.3.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.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.3

File hashes

Hashes for podiant-notifications-0.3.0.tar.gz
Algorithm Hash digest
SHA256 13ba2fd68258e1c0d00e2f49801e26257d7e2902ac9a5c5a707f02a660011855
MD5 d3c25b3c1e83e1ad351039ad08d18ad0
BLAKE2b-256 55bddc5ad699ef2b5e3787c1a5480b492e28d8c436c7bbda867cb6118fdc48c3

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