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
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
core_json_app-1.0.0a13.tar.gz
(10.7 kB
view details)
File details
Details for the file core_json_app-1.0.0a13.tar.gz
.
File metadata
- Download URL: core_json_app-1.0.0a13.tar.gz
- Upload date:
- Size: 10.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.0 importlib_metadata/3.7.3 packaging/20.9 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.7.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e43743918c959370e1e959495ad1966e248ebb84e34cfef2631d9aa7b68731e3 |
|
MD5 | a9931dda7c48a63a964daa64d75f0499 |
|
BLAKE2b-256 | 7eb380c7efda14ddaaab2417a4758d6558d06439490ed5f4a0141966fa2be934 |