Skip to content

Latest commit

 

History

History
86 lines (54 loc) · 1.63 KB

README.rst

File metadata and controls

86 lines (54 loc) · 1.63 KB

django-full-audit

https://travis-ci.org/RomainFayolle/django_full_audit.svg?branch=master

Your project description goes here

Documentation

The full documentation is at https://django_full_audit.readthedocs.io.

Quickstart

Install django-full-audit:

pip install django_full_audit

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'django_full_audit.apps.DjangoFullAuditConfig',
    ...
)

Add django-full-audit's URL patterns:

from django_full_audit import urls as django_full_audit_urls


urlpatterns = [
    ...
    url(r'^', include(django_full_audit_urls)),
    ...
]

Features

  • TODO

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

Development commands

pip install -r requirements_dev.txt
invoke -l

Credits

Tools used in rendering this package: