Logs action in Quartet
Project description
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
Release history Release notifications | RSS feed
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 details)
Built Distribution
File details
Details for the file quartet-trail-2.1.5.tar.gz
.
File metadata
- Download URL: quartet-trail-2.1.5.tar.gz
- Upload date:
- Size: 35.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a9bb2f09ce4fb4b7234f61e2acb3b557ead5d49920a7005f2e6fdd24f4e7c0b8 |
|
MD5 | d75d74aa0fcf81bedfd1e501f91eaf15 |
|
BLAKE2b-256 | 02a8b234b63a4f503404e9085976b274890e60bec145a356c0e9e4b526b3caeb |
File details
Details for the file quartet_trail-2.1.5-py2.py3-none-any.whl
.
File metadata
- Download URL: quartet_trail-2.1.5-py2.py3-none-any.whl
- Upload date:
- Size: 45.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3916b449ad8420f4c80685d011b2fd9a6220cecf73f6ff20f2a75ce33ef66afa |
|
MD5 | 7d9a3ff5298b7b2ce536b4ae33b7dcb0 |
|
BLAKE2b-256 | 3fe40efcb6df20bb428a2efc6920074fda5769af992c13269e495a79a512c886 |