Skip to main content

JSON support for the curator core project

Project description

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

core_json_app-1.0.0a9.tar.gz (10.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page