Visualization app
Project description
Visualization feature for the curator core project.
Configuration
1. Add “core_visualization_app” to your INSTALLED_APPS setting like this
INSTALLED_APPS = [
...
"core_visualization_app",
]
2. Include the core_visualization_app URLconf in your project urls.py like this
url(r'^', include("core_visualization_app.urls")),
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
Close
Hashes for core_visualization_app-1.0.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 08d29b59efc6cfdb61e01cf4302149ffa38d0dc9a6a8c2a62563fa380abf9e74 |
|
MD5 | 5e88dbadc533e71f910a8c3415790c66 |
|
BLAKE2b-256 | 70e9f6ede71aa907f9532b70dab5f362a1e1db09eb628fc67c13eaf83112ecb6 |