Skip to main content

Add GDPR compliant cookie consent to your website.

Project description

django-gdpr-solution

📖 Dependencies

CookieConsentJs repository (orestbida/cookieconsent) for gdpr compliant cookie consent. For customize the cookie banner and all its functionality, go to the official repo.


🚀️ Installation

  • Install app with pip
$ pip install django-gdpr-solution
  • Add app on INSTALLED APPS
INSTALLED_APPS = [
    ...
    'gdpr_solution',
    ...
]
  • Include urls of app
urlpatterns = [
    ...
    path('django-gdpr-solution/', include('gdpr_solution.urls')),
    ...
]

--> [OPTIONAL] You can change the name path of the url

  • Complete the installation with migrations
$ ./manage.py makemigrations
$ ./manage.py migrate

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-gdpr-solution-1.0.3.tar.gz (10.5 kB view hashes)

Uploaded Source

Built Distribution

django_gdpr_solution-1.0.3-py3-none-any.whl (14.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