django-simple-redis-admin 1.4.0-4 source package in Ubuntu

Changelog

django-simple-redis-admin (1.4.0-4) unstable; urgency=medium

  * Team upload.
  * Remove myself from uploaders and add Michael Fladischer
  * Add d/source/options extend-diff-ignore to fix dpkg-source failure due to
    local changes (python package metadata regeneration) (Closes: #1044815)

 -- Scott Kitterman <email address hidden>  Mon, 05 Feb 2024 12:45:21 -0500

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-simple-redis-admin_1.4.0-4.dsc 2.1 KiB c1ad2dde1eaa4d72e92b76263efdad649689582a65fe1f164f717f4ddb3b8719
django-simple-redis-admin_1.4.0.orig.tar.gz 5.6 KiB 16cfac31c367a548d08ce3ab34cdcee7c37506844abd0180bf79be97582a2cf4
django-simple-redis-admin_1.4.0-4.debian.tar.xz 3.1 KiB 02efac010d0cd022502a51d2dcb0d494cadec6b0f47aff18fd8395b39aefe73d

Available diffs

No changes file available.

Binary packages built by this source

python3-django-redis-admin: Django admin panel add-on to view/delete Redis keys (Python 3)

 `django-simple-redis-admin` is an addition to your Django admin panel that
 allows you to view and delete your Redis keys.
 .
 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.
 .
 This is the Python 3 version of the package.