django-memcache-admin
django-memcache-admin copied to clipboard
Memcache administration tools for Django.
Results
1
django-memcache-admin issues
Sort by
recently updated
recently updated
newest added
Hi, I just tested django-memcache-admin with the python 3 branch of pylibmc: https://github.com/lericson/pylibmc/tree/py3k I had this error: ``` bash Environment: Traceback: File "/home/marco/.virtualenvs/TEST/lib/python3.3/site-packages/django/core/handlers/base.py" in get_response 113. response = wrapped_callback(request, *callback_args,...