Reports back configuration and capabilities to quartet-ui.
Project description
Reports back QU4RTET configuration and capabilities to quartet-ui.
Documentation
Dependencies
First, make sure you have Django and the Django Rest Framework installed and you have an active project started. See the Django and Django Rest Framework documentation below if you are unfamiliar with this process.
Modfiy settings.py
To use quartet_manifest in a project, first, add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'rest_framework',
'quartet_manifest',
...
)
Add the URL patterns
In your project’s urls.py, add quartet_manifest’s URL patterns:
from quartet_manifest import urls as quartet_manifest_urls
urlpatterns = [
...
path('manifest/', include('quartet_manifest.urls')),
...
]
Test the URL
Navigate to the configured host/port and url using the structure below:
http://[your host name]:[your port]/manifest/quartet-manifest/?format=json
You should get a return value as below
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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_manifest-1.0.5.tar.gz.
File metadata
- Download URL: quartet_manifest-1.0.5.tar.gz
- Upload date:
- Size: 19.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d92366a913a718323eb31947ebbd83c5118e67ec43d02e18f9084f76c981fbf2
|
|
| MD5 |
6b6e1f1d93ee94cb5707b6e995d3de61
|
|
| BLAKE2b-256 |
b144bf588c034592d69ce5a13634d2f9a2a55dd4a6fada7c841d25321e61c5f4
|
File details
Details for the file quartet_manifest-1.0.5-py2.py3-none-any.whl.
File metadata
- Download URL: quartet_manifest-1.0.5-py2.py3-none-any.whl
- Upload date:
- Size: 6.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2516203cd09fa6ea03c2fb166250aa9536f64f2d41b38c105144123eeed5f88b
|
|
| MD5 |
d423e32acc642096548b67922de38b70
|
|
| BLAKE2b-256 |
0afac60324c57a009198a3b99fd4cd61695a311005dc4e5399e3cbfeb0d8cd07
|