paper-speedinfo 0.0.2

Creator: codyrutscher

Last updated:

Add to Cart

Description:

paperspeedinfo 0.0.2

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/',
]

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.