Skip to main content

Your project description goes here

Project description

https://badge.fury.io/py/django-admin-fast-search.svg https://travis-ci.org/utkbansal/django-admin-fast-search.svg?branch=master https://codecov.io/gh/utkbansal/django-admin-fast-search/branch/master/graph/badge.svg

Your project description goes here

Documentation

The full documentation is at https://django-admin-fast-search.readthedocs.io.

Quickstart

Install django-admin-fast-search:

pip install django-admin-fast-search

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'django_admin_fast_search.apps.DjangoAdminFastSearchConfig',
    ...
)

Add django-admin-fast-search’s URL patterns:

from django_admin_fast_search import urls as django_admin_fast_search_urls


urlpatterns = [
    ...
    url(r'^', include(django_admin_fast_search_urls)),
    ...
]

Features

  • TODO

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

Development commands

pip install -r requirements_dev.txt
invoke -l

Credits

Tools used in rendering this package:

History

0.1.2 (2022-05-30)

  • Add classifiers for Python 3.7, 3.8, 3.9, 3.10

  • Remove support for Python 2, 2.7, 3.5, 3.6

  • Automate publish to PyPi

0.1.0 (2021-05-22)

  • First release on PyPI.

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

django_admin_fast_search-0.1.5.tar.gz (9.2 kB view details)

Uploaded Source

Built Distribution

django_admin_fast_search-0.1.5-py2.py3-none-any.whl (8.5 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file django_admin_fast_search-0.1.5.tar.gz.

File metadata

File hashes

Hashes for django_admin_fast_search-0.1.5.tar.gz
Algorithm Hash digest
SHA256 7f3b96c7da9d472d78b57ca65fc488fb0f2b487cb98a0f614448fc85372c6378
MD5 2122261b5280ad1a8e627b0710ad36a4
BLAKE2b-256 adf697fe78627909f37aeeb92d69d45d04cd2e874e0492c4a0e2b2b1e65c2a8a

See more details on using hashes here.

File details

Details for the file django_admin_fast_search-0.1.5-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_admin_fast_search-0.1.5-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 7445f47bae09757bae47aac7042beaa40e09f56edcc42c10a9e3a6865d0052ad
MD5 99f53c588cbecfb6a7c191f2f0fb34eb
BLAKE2b-256 1bfafc247591e192b00282bbf6ecb057553f4af8f34c32c1835d17a454ea9f3b

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