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.0a9.tar.gz
(10.7 kB
view details)
File details
Details for the file core_json_app-1.0.0a9.tar.gz.
File metadata
- Download URL: core_json_app-1.0.0a9.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 |
2bcb1ffd20601f469210eb055d808a8f9272e3af294d82e7d8b1b76c61ca8c2f
|
|
| MD5 |
4c8f325258eb6d8908ab55791823470e
|
|
| BLAKE2b-256 |
3658948d11a935ac8b61b418bb1cccd7acf61922a70a0e209935a445afb79de6
|