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.3.1.tar.gz
(28.7 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.3.1.tar.gz.
File metadata
- Download URL: quartet-trail-0.3.1.tar.gz
- Upload date:
- Size: 28.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7c362048782ce84298f018d8d9a320ebd5dabb8bfdbdef06b5e2226e844274d0
|
|
| MD5 |
35bd4a6b8e6c79239d2ce7d9bd32f89c
|
|
| BLAKE2b-256 |
9e20493f060101e9df782e5aa8cf86b9b17fcbdfe80010541de23d3750961b0b
|
File details
Details for the file quartet_trail-0.3.1-py2.py3-none-any.whl.
File metadata
- Download URL: quartet_trail-0.3.1-py2.py3-none-any.whl
- Upload date:
- Size: 20.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f095f5e9f61faf3609735e219203be8ee5ef1ffad65b6b7802dcad5bbadf2df3
|
|
| MD5 |
f01b3f5688a49d45ff84dd5f9aa720ba
|
|
| BLAKE2b-256 |
8948510cc1f6428d1a253c979c7454c4c5780ffca74a017a63b82a36419d74f3
|