Core Explore Tree App
Exploration tree feature for the curator core project.
Configuration
1. Add “core_explore_tree_app” to your INSTALLED_APPS setting like this
INSTALLED_APPS = [
...
"core_explore_tree_app",
]
2. Include the core_explore_tree_app URLconf in your project urls.py like this
url(r'^', include("core_explore_tree_app.urls")),
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file core_explore_tree_app-1.6.0.tar.gz.
File metadata
- Download URL: core_explore_tree_app-1.6.0.tar.gz
- Upload date:
- Size: 37.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/4.0.0 CPython/3.7.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
df207879c78599c692617609f6253a2e1a7cebfb195e3f4e0d465c95b1efa361
|
|
| MD5 |
74ff879e82b1393686d6e68d65fc0372
|
|
| BLAKE2b-256 |
f38ed83b2b6f0300eb12907c34197e474e713c5cc41cc43202695b71fcfb1ae7
|