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.4.tar.gz
(35.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file quartet-trail-2.1.4.tar.gz.
File metadata
- Download URL: quartet-trail-2.1.4.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 |
fb0f4b95b138b6ac611b947bbdb348e199218119a950841403876d2d79ff6fe9
|
|
| MD5 |
b66ba50e3f1dc3a683a3efd045386f6c
|
|
| BLAKE2b-256 |
0030a0f5ea8f2833e9f51012826d65a1cfbd077e19571f789667a526e20ec502
|
File details
Details for the file quartet_trail-2.1.4-py2.py3-none-any.whl.
File metadata
- Download URL: quartet_trail-2.1.4-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 |
dd39a8bf0b322220bfc299635432f70788dc2c0a931fa9d1ec84a27d94cde6b6
|
|
| MD5 |
9a36c95ef776c34e2e045fbf76bf3d01
|
|
| BLAKE2b-256 |
9fa869379d9eba9e807f767bec3db66f71db0ec73aae9dc5f002c8e1f71d025b
|