Skip to main content

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


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 hashes)

Uploaded Source

Built Distributions

paper_speedinfo-0.0.2-py3-none-any.whl (4.0 kB view hashes)

Uploaded Python 3

paper_speedinfo-0.0.2-py2-none-any.whl (4.0 kB view hashes)

Uploaded Python 2

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