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.2.tar.gz
(26.3 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.2.tar.gz.
File metadata
- Download URL: quartet-trail-0.2.2.tar.gz
- Upload date:
- Size: 26.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a49e6070493245526c2bbd58e6b5f648fd575dadd98fd59859697c9321e108eb
|
|
| MD5 |
cba3e87e815f2855cba661fcd8320b6e
|
|
| BLAKE2b-256 |
9776380a223e81b8d79f3e5b2917f358095ab6653806983d087c2de95d223a6c
|
File details
Details for the file quartet_trail-0.2.2-py2.py3-none-any.whl.
File metadata
- Download URL: quartet_trail-0.2.2-py2.py3-none-any.whl
- Upload date:
- Size: 14.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cdef96a4ea19e9f4d8b4fa69a161a7e87434204e725f8e204b66c6dbd8a5ded4
|
|
| MD5 |
f5e95faacf3dca8517d25671fd541342
|
|
| BLAKE2b-256 |
df8e37b39c61af9c0c3a5519a2796756efd729c711f51953113d166e4a2db34b
|