Skip to main content

Logs action in Quartet

Project description

https://gitlab.com/serial-lab/quartet_trail/badges/master/coverage.svg https://gitlab.com/serial-lab/quartet_trail/badges/master/pipeline.svg https://badge.fury.io/py/quartet-trail.svg

Logs action in Quartet

Documentation

The full documentation is at https://serial-lab.gitlab.io/quartet-trail/

Quickstart

Install Quartet Trail:

pip install quartet-trail

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'quartet_trail.apps.QuartetTrailConfig',
    ...
)

Add Quartet Trail’s URL patterns:

from quartet_trail import urls as quartet_trail_urls


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

Features

  • TODO

Running Tests

Does the code actually work?

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

History

0.1.0 (2018-11-07)

  • First release on PyPI.

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

quartet-trail-2.1.5.tar.gz (35.4 kB view hashes)

Uploaded Source

Built Distribution

quartet_trail-2.1.5-py2.py3-none-any.whl (45.3 kB view hashes)

Uploaded Python 2 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