Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

usnistgov/core_json_app

Repository files navigation

Core JSON App

Add JSON support to the curator core project.

Quick start

1. Add "core_json_app" to your INSTALLED_APPS setting

INSTALLED_APPS = [
  ...
  'core_json_app',
]

2. Include the core_json_app URLconf in your project urls.py

re_path(r'^', include('core_json_app.urls')),
re_path(r'^', include("core_main_app.urls")),

Url for core_json_app should be placed above core_main_app.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages