Skip to main content

Django-notifications-views is an extension for Django-notifications-hq that provides a viewset for the notifications.

Project description

Django-notifications-views

Django-notifications-views is an extension for Django-notifications-hq that provides a viewset for the notifications and expo notifications.

Requirements

  • Django >= 3.8 *
  • Python >= 3.8 *
  • django-notifications-hq >= 1.8 *

(*) Not tested with earlier versions.

Quick Setup

Install package

pip install django-notifications-views

Add django_notifications_views app to INSTALLED_APPS in your django settings.py:

INSTALLED_APPS = (
    ...,
    "django.contrib.staticfiles",
	"rest_framework",  # required only if using the provided REST endpoints
    'notifications',
    'django_notifications_views',
     ...,
)

Include viewset routes

from django_notifications_views.urls import router as django_notifications_views_router
your_router.registry.extend(django_notifications_views_router.registry)

Explanation

Contributing

Maintained and developed by Linkchar Software Development.

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

django_notifications_views-0.1.0.tar.gz (6.2 kB view details)

Uploaded Source

File details

Details for the file django_notifications_views-0.1.0.tar.gz.

File metadata

File hashes

Hashes for django_notifications_views-0.1.0.tar.gz
Algorithm Hash digest
SHA256 126c03b4ceb44187f0ba419229b45bbe209652a1eb1f1b5dd64ecdfe4240570c
MD5 73c8438deabfe2ed8f05fe1241f4bea3
BLAKE2b-256 57091e8776a6fdf13adf67cd839932d71e3461b87911a983a7e6abc2c7f0a297

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page