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

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for podiant-notifications-1.2.0.tar.gz
Algorithm Hash digest
SHA256 b487756afe565566479ccc40e73317f10932257125231eccee99e990f8c81415
MD5 afb0fa58d4c2d09d37cc540c53e37579
BLAKE2b-256 f8094d18e8d5aa95eade122b2ad05903e5048b3af6368760e76e5c5f0aee9f87

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