Logs action in Quartet
Project description
Logs action in Quartet
Documentation
The full documentation is at https://lduros.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-0.2.0.tar.gz
(25.9 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-0.2.0.tar.gz.
File metadata
- Download URL: quartet-trail-0.2.0.tar.gz
- Upload date:
- Size: 25.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
292111eb4d12c66671951d6b5c9fc66217a3e56de345c46b95eeaeec93a907bf
|
|
| MD5 |
af02ee0999232efa27e66e837579fe53
|
|
| BLAKE2b-256 |
0f8e4d70fd94f8807c918565368f927a254c327a2d6ec091a18283e47613136c
|
File details
Details for the file quartet_trail-0.2.0-py2.py3-none-any.whl.
File metadata
- Download URL: quartet_trail-0.2.0-py2.py3-none-any.whl
- Upload date:
- Size: 13.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
382090d4fb1272e57ae53b1ecbe35269839e1498666297553c255e4285baa682
|
|
| MD5 |
b57b2e58b90e4055a9b9bfc64742d228
|
|
| BLAKE2b-256 |
d431a7e78755bf91034c4bdb4c49bdd5e97e1037bd6008d75a69410faf78e335
|