This is a very simple reusable app which does one thing: shows you statistics about your currently running memcached instances. There are no database models and not much configuration.
Installing django-memcached
Either download the tarball and run python setup.py install, or simply use easy install or pip like so easy_install django-memcached.
Add django_memcached to your INSTALLED_APPS setting:
INSTALLED_APPS = ( # ... 'django_memcached', )Add the urls to your url configuration:
urlpatterns = patterns('', # ... (r'^cache/', include('django_memcached.urls')), )If you want to restrict these urls to only staff members, just add this setting to your settings file:
DJANGO_MEMCACHED_REQUIRE_STAFF = True
That’s it. Hopefully this app gives you a little insight into how your memcached servers are being utilized.
Release files for django-memcached 0.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-memcached-0.1.2.tar.gz | 5.3 kB | Details |
Release files / django-memcached-0.1.2.tar.gz
| Download URL | django-memcached-0.1.2.tar.gz |
|---|---|
| Size | 5.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4ae2bcb9962c148530bd638cffb40eb5044adb24cb65bf6807e0c8070f3aa862
|
|
BLAKE2b-256 checksum How to use checksums |
6177505fb2701e3ef484a657da380137e25ea0e219c10123aa5b4e776533ea66
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |