Skip to main content

Federated search backend for the curator core project

Project description

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")),

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_federated_search_app-2.12.0.tar.gz (31.3 kB view details)

Uploaded Source

File details

Details for the file core_federated_search_app-2.12.0.tar.gz.

File metadata

File hashes

Hashes for core_federated_search_app-2.12.0.tar.gz
Algorithm Hash digest
SHA256 d0b63c7a76a67565602a274900f99a5eef1470e6b2eb450380924d875f1cc0b0
MD5 64eb3047808549ca5ff74ef0d4917086
BLAKE2b-256 d246df55f5473d4ff94013a53f8824837acf82177a03090e51aef4d235d230d9

See more details on using hashes here.

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