django-consent-user-information

To store information about the user.


Keywords
django, consent
License
MIT
Install
pip install django-consent-user-information==0.1

Documentation

django-consent-user-information

Latest release on the Python Cheeseshop (PyPI) Build status of perf on Travis CI

A simple app to manage consent users information. Sometimes it's important to store information from the user.

Documentation

The full documentation is at https://django-consent-user-information.readthedocs.io.

Quickstart

Install django-consent-user-information:

pip install django-consent-user-information

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'django_user_agents',
    'consent_user_information.apps.ConsentUserInformationConfig',
    ...
)

After that use the mixin check the tests to see an example.

Features

  • Store information from the user, ip, browser and device