Control your admin-panel changes
Project description
Control your django admin panel logs(LogEntry)
CustomModelAdmin
In admin.py for all apps, instead of admin.ModelAdmin use admintools.models.CustomModelAdmin:
from django.contrib import admin
from admintools.models import CustomModelAdmin
import admintools.admin
@admin.register
class Polls(CustomModelAdmin):
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file django-admin-log-control-1.2.0.tar.gz
.
File metadata
- Download URL: django-admin-log-control-1.2.0.tar.gz
- Upload date:
- Size: 7.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 835ae78bf5185d3252676d295790a414c6c4176e86625f609d87b9a613010d0b |
|
MD5 | b1964ca16bc9911ffd0d8d11b7195904 |
|
BLAKE2b-256 | f8eed6a91a4fa4b1e7954af3d069e2bc268dd0209abf950cebec55c419637983 |
File details
Details for the file django_admin_log_control-1.2.0-py3-none-any.whl
.
File metadata
- Download URL: django_admin_log_control-1.2.0-py3-none-any.whl
- Upload date:
- Size: 9.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ec6e43439d5c1e33a446d24b567be88318d30ba24490840e1b32efd1036833da |
|
MD5 | ae0dfcdc480a615a17e29fee3a29d2d1 |
|
BLAKE2b-256 | 1f97fab53895a867ac942d02897d13a13e07c633133642290e0dc51a807ab157 |