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
File details
Details for the file core_schema_viewer_app-1.0.0a2.tar.gz.
File metadata
- Download URL: core_schema_viewer_app-1.0.0a2.tar.gz
- Upload date:
- Size: 161.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/36.5.0.post20170921 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/2.7.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
56b5fc7483016c3ec86192a4eb5182d7844d994755bf354bc543444f2ea64ebc
|
|
| MD5 |
b89d3d834ff5d748fa41046bb548b038
|
|
| BLAKE2b-256 |
6be2794778df6235eaa7bd21d66e26e2393b9bc248de310331454056327fde55
|