Federated search backend for the curator core project.
Quick start
1. Add “core_federated_search_app” to your INSTALLED_APPS setting
INSTALLED_APPS = [
'oauth2_provider',
'core_federated_search_app',
]
2. Include the core_federated_search_app URLconf in your project urls.py
url(r'^o/', include('oauth2_provider.urls', namespace='oauth2_provider')),
url(r'^federated/search/', include("core_federated_search_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_federated_search_app-2.22.0.tar.gz.
File metadata
- Download URL: core_federated_search_app-2.22.0.tar.gz
- Upload date:
- Size: 31.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.1.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
26023a3741417b44da81750e271fee125b3055a3563e3f7406b758b53bd0eb30
|
|
| MD5 |
5c43cecdcc52d2698f554261be178394
|
|
| BLAKE2b-256 |
a0fbd5e678aa755206be08dac65ef094d073abff8a31a1a928689c2108ded6fb
|