Exploration by keywords for the registry core project.
Quickstart
1. Add “core_explore_keyword_app”, “core_explore_keyword_registry_app” and “core_explore_common_app” to your INSTALLED_APPS setting
Order matters. Overriding of templates in core_explore_keyword_registry_app.
INSTALLED_APPS = [
...
"core_explore_keyword_registry_app", # /!\ Should always be before core_explore_keyword_app, core_explore_common_app
"core_explore_keyword_app",
"core_explore_common_app",
]
2. Include the core_explore_keyword_registry_app URLconf in your project urls.py
url(r'^explore/keyword/', include("core_explore_keyword_registry_app.urls")),
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file core_explore_keyword_registry_app-1.11.0.tar.gz.
File metadata
- Download URL: core_explore_keyword_registry_app-1.11.0.tar.gz
- Upload date:
- Size: 22.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.41.1 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e867b7d374ee801b9af80387c64877cb0fec6500f366cead312e5e7420424d47
|
|
| MD5 |
7182de7fa0b59e3a5ea947071a42d653
|
|
| BLAKE2b-256 |
dd575aee2f134c6d8b9afb70d3ba30d0dae759df1736daeb7c59c51b496051a7
|