Your project description goes here
Project description
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
Built Distribution
File details
Details for the file django_admin_fast_search-0.1.5.tar.gz
.
File metadata
- Download URL: django_admin_fast_search-0.1.5.tar.gz
- Upload date:
- Size: 9.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7f3b96c7da9d472d78b57ca65fc488fb0f2b487cb98a0f614448fc85372c6378 |
|
MD5 | 2122261b5280ad1a8e627b0710ad36a4 |
|
BLAKE2b-256 | adf697fe78627909f37aeeb92d69d45d04cd2e874e0492c4a0e2b2b1e65c2a8a |
File details
Details for the file django_admin_fast_search-0.1.5-py2.py3-none-any.whl
.
File metadata
- Download URL: django_admin_fast_search-0.1.5-py2.py3-none-any.whl
- Upload date:
- Size: 8.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7445f47bae09757bae47aac7042beaa40e09f56edcc42c10a9e3a6865d0052ad |
|
MD5 | 99f53c588cbecfb6a7c191f2f0fb34eb |
|
BLAKE2b-256 | 1bfafc247591e192b00282bbf6ecb057553f4af8f34c32c1835d17a454ea9f3b |