[](https://travis-ci.org/nicholasserra/django-simple-redis-admin)
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.8 <= 1.10
* A Django redis cache backend. I recommend [django-redis-cache](https://github.com/sebleier/django-redis-cache)
Installation
------------
`django-simple-redis-admin` can be installed via pip.
```
pip install django-simple-redis-admin
```
Then just 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
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.8 <= 1.10
* A Django redis cache backend. I recommend [django-redis-cache](https://github.com/sebleier/django-redis-cache)
Installation
------------
`django-simple-redis-admin` can be installed via pip.
```
pip install django-simple-redis-admin
```
Then just 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
Release files for django-simple-redis-admin 1.4.0
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-simple-redis-admin-1.4.0.tar.gz | 5.8 kB | Details |
Release files / django-simple-redis-admin-1.4.0.tar.gz
| Download URL | django-simple-redis-admin-1.4.0.tar.gz |
|---|---|
| Size | 5.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
16cfac31c367a548d08ce3ab34cdcee7c37506844abd0180bf79be97582a2cf4
|
|
BLAKE2b-256 checksum How to use checksums |
071bc1469a56a768718a05dfc6736d3d1ed6c9bc27cd22e5e9923385f048801e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |