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-1.0.0.tar.gz
(28.8 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-1.0.0.tar.gz.
File metadata
- Download URL: quartet-trail-1.0.0.tar.gz
- Upload date:
- Size: 28.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
afc95dda0f08c0730759007a1abe132795b6ab66689e7f54790b1b26cff5eb37
|
|
| MD5 |
891c1d4b53390a2cb3b4b1745188a171
|
|
| BLAKE2b-256 |
377770f7d79de3f99aa68df8c32475141464b3aa26b9f5997e43cd3a91f06592
|
File details
Details for the file quartet_trail-1.0.0-py2.py3-none-any.whl.
File metadata
- Download URL: quartet_trail-1.0.0-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 |
8d27a861d15c95a8169ff410c735b7200fa3d89bc6b7fb40aee7c3ae0fe82e75
|
|
| MD5 |
ce3dde2ced34c2b57b815ab469d665bc
|
|
| BLAKE2b-256 |
b97fb9ce22db05e8d25cb638b187fd298d860ceae9da3aab53b373f9f184cbc9
|