Skip to main content

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:

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

Uploaded Source

File details

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

File metadata

  • Download URL: podiant-notifications-1.1.0.tar.gz
  • Upload date:
  • Size: 7.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.3

File hashes

Hashes for podiant-notifications-1.1.0.tar.gz
Algorithm Hash digest
SHA256 cd2acf01eb66f8edd8ab355855354368424fef23daf6cd605c28d5cf614d9ddb
MD5 a2f80a60994b23a9def2ca40611684f1
BLAKE2b-256 fb5ca5b3c72f47bc35d49d80ea1b8b074e9230b065accad710a2b267b39058b1

See more details on using hashes here.

Release history Release notifications | RSS feed

1.3.0

1 file

1.2.0

1 file

1.1.1

1 file

This release

1.1.0 This release

1 file

1.0.0

1 file

0.3.0

1 file

0.2.1

1 file

0.2.0

1 file

0.1.0

1 file

Supported by

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