A django app that provides suggestions while you type into the field.
Project description
paper-speedinfo
Патч библиотеки django-speedinfo для paper-admin
Requirements
- Python >= 3.6
- Django >= 2.1
Installation
Add paper_speedinfo before speedinfo to your INSTALLED_APPS setting.
INSTALLED_APPS = [
# ...
'paper_speedinfo',
'speedinfo',
# ...
]
MIDDLEWARE = [
# ...
'speedinfo.middleware.ProfilerMiddleware',
# ...
]
CACHES = {
'default': {
'BACKEND': 'speedinfo.backends.proxy_cache',
'CACHE_BACKEND': 'django.core.cache.backends.locmem.LocMemCache',
}
}
SPEEDINFO_STORAGE = "speedinfo.storage.cache.storage.CacheStorage"
SPEEDINFO_EXCLUDE_URLS = [
r'/admin/',
]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
paper-speedinfo-0.0.2.tar.gz
(3.3 kB
view details)
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file paper-speedinfo-0.0.2.tar.gz.
File metadata
- Download URL: paper-speedinfo-0.0.2.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.1.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
52dfb6f564ee8e84a3afb4682c20f96107266a312ee2baa1d3aa75c465598ac0
|
|
| MD5 |
bb060afc44f7ac93ab31cf808203b5d4
|
|
| BLAKE2b-256 |
8fa3dd7deebf7c50bac3798948dfb1f86307a38229e73d6044f6529615892eee
|
File details
Details for the file paper_speedinfo-0.0.2-py3-none-any.whl.
File metadata
- Download URL: paper_speedinfo-0.0.2-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.1.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
969a2af2d74cdf5044d6e69398a70741aaecc5f7d88a3b189e2077355dc0469c
|
|
| MD5 |
a5559354777b857c6754a278a4ce9dc5
|
|
| BLAKE2b-256 |
963881e08db70bb586b7fb47166ad2b90b8e75eac5b8ea82315bedb6165ebcdf
|
File details
Details for the file paper_speedinfo-0.0.2-py2-none-any.whl.
File metadata
- Download URL: paper_speedinfo-0.0.2-py2-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.1.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
16c165d3f84ff2352941f0b992a5a9db51a98ebb2e3b2be144525b142320f2c9
|
|
| MD5 |
d57db1ff019ea083e7d75e5f12c6a6de
|
|
| BLAKE2b-256 |
790bd50bba94069158d2327d7483748249fcee2cce0d6f910f9ed750eb812beb
|