Schema Viewer feature for the curator core project.
INSTALLED_APPS = [
...
"core_schema_viewer_app",
]url(r'^', include("core_schema_viewer_app.urls")),- For production environment, follow the steps described in Oxygen.prod.README.rst
- For development environment, follow the steps described in Oxygen.dev.README.rst