Schema Viewer app
Project description
Schema Viewer feature for the curator core project.
Configuration
1. Add “core_schema_viewer_app” to your INSTALLED_APPS setting like this
INSTALLED_APPS = [
...
"core_schema_viewer_app",
]
2. Include the core_schema_viewer_app URLconf in your project urls.py like this
url(r'^', include("core_schema_viewer_app.urls")),
3. Oxygen configuration
For production environment, follow the steps described in Oxygen.prod.README.rst
For development environment, follow the steps described in Oxygen.dev.README.rst
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_schema_viewer_app-1.0.0rc1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8c35637da9429659d30fecc99b812c4df97ce49dc9df5386402fd4ad297354a3 |
|
MD5 | 884777303dd569090fd8f9863052a7f2 |
|
BLAKE2b-256 | bddf1f42c7cc3aaada939c5d13a83765bfb72692b0c5c022ddfa292a38b1a1a5 |