浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

django-simple-redis-admin 1.0.2 : Python Package Index

django-simple-redis-admin 1.0.2

A django admin application to manage redis cache keys.

Downloads ↓

django-simple-redis-admin
=========

`django-simple-redis-admin` is an addition to your Django admin panel that allows you to view and delete your Redis keys.

Requirements
------------
* Django >= 1.4
* redis.py
* a Django redis cache backend. I recommend [django-redis-cache](https://github.com/sebleier/django-redis-cache)

Installation
------------
    pip install django-simple-redis-admin
    Add redis_admin to your INSTALLED_APPS

Why simple?
-----------

This package does not use models, so no database tables need to be created. Just add to INSTALLED_APPS and go.
Users must have is_superuser == True to view the Redis admin. No django admin logs are created with this package.

To Do
-----
* Editing keys
* Better representation for Redis sets

 

File Type Py Version Uploaded on Size # downloads

django-simple-redis-admin-1.0.2.tar.gz
(md5)

 

Source2012-06-205KB182
 
posted on 2012-08-01 17:39  lexus  阅读(520)  评论(0编辑  收藏  举报