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.0.1.tar.gz
(31.0 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.0.1.tar.gz.
File metadata
- Download URL: quartet-trail-2.0.1.tar.gz
- Upload date:
- Size: 31.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
07bd0b86ef54de9b26c50db68d0ca10efb16db9f138c2bb26bb37b4f09fe88ce
|
|
| MD5 |
5d081af6d2b2ea0f5d06973f6b893be8
|
|
| BLAKE2b-256 |
defea9101fab8bbe4b93885452fb7edd6f51a680342824ae2ab7850d523e0e2a
|
File details
Details for the file quartet_trail-2.0.1-py2.py3-none-any.whl.
File metadata
- Download URL: quartet_trail-2.0.1-py2.py3-none-any.whl
- Upload date:
- Size: 25.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f1816746c96b5d022891bc5437cfb761e12d957123c3aab0fb48249f07409f8f
|
|
| MD5 |
3f6f4faa13ea873e6d067634acbf818b
|
|
| BLAKE2b-256 |
473eafbbf8e6131e8503319de42565361eebef10ab1ca07e4fdda82f32c29891
|