Skip to content

briefmnews/django-consent-user-information

 
 

Repository files navigation

django-consent-user-information

Python 3.7 Django 2.x Python CI codecov Code style: black

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

Installation

Install with pip:

pip install -e git://github.com/briefmnews/django-consent-user-information.git@master#egg=django-consent-user-information

Setup

In order to make django-consent-user-information works, you'll need to follow the steps below.

Settings

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

Tests

Testing is managed by pytest. Required package for testing can be installed with:

make install

To run testing locally:

pytest

About

A simple app to manage consent users information.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.2%
  • Makefile 2.8%