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.7.tar.gz
(27.6 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.7.tar.gz.
File metadata
- Download URL: quartet-trail-0.2.7.tar.gz
- Upload date:
- Size: 27.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2923481b9be5aaf288a560e2f4827b380df689db104bf922faefa262611bea63
|
|
| MD5 |
63137f9ddf1d5305504451a83a554f45
|
|
| BLAKE2b-256 |
3802954674040233a5f48e34a49da185482fab2dbc4da9c15bf14b25eaf8d03b
|
File details
Details for the file quartet_trail-0.2.7-py2.py3-none-any.whl.
File metadata
- Download URL: quartet_trail-0.2.7-py2.py3-none-any.whl
- Upload date:
- Size: 19.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b1ba59b3309e6d6c40602c0bd82c17cbf0089ef6130994ac943fa5902294f3ce
|
|
| MD5 |
de2f1972cee035ff5db0a39ff15ca970
|
|
| BLAKE2b-256 |
01094009940de1ee9d291f09d9116cb264d41f567dcde03d717ccc53abd552ab
|