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

Uploaded Source

File details

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

File metadata

  • Download URL: podiant-notifications-0.2.1.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.1.tar.gz
Algorithm Hash digest
SHA256 2a6e7a0b23f6bf081e2c3823c83fbad3b84d6e661227e17361b00f67d3b9b02a
MD5 7c3e5ed30dcd0f13c2d6ecb41183fd15
BLAKE2b-256 f6e489859b7c8abeeb6938621c962243865a74d19638cad40ce6484ac4a63330

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