Skip to main content

Django app for displaying a consent to monitoring banner

Project description

Django consent app

This app provides a configurable notice of consent banner for Django. It uses Bootstrap CSS classes including container, alert, and alert-secondary.

Installation

  1. pip install django-monitor-consent
  2. Add consent to INSTALLED_APPS
  3. Set CONSENT_TEXT in your settings:
CONSENT_TEXT = "This computer system is provided only for authorized use..."
  1. Include the banner template in your login page:
{% include "consent/banner.html" %}

The text is automatically wrapped in paragraph tags. Put two line endings in the text to create a new paragraph.

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-monitor-consent-1.1.tar.gz (1.9 kB view hashes)

Uploaded Source

Built Distribution

django_monitor_consent-1.1-py3-none-any.whl (3.7 kB view hashes)

Uploaded Python 3

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