Django Admin Extensions
Project description
Django Admin Extensions
Installation
pip install django-admin
Usage
from djadmin import DeleteModelAdmin from django.contrib import admin class XXXAdmin(admin.ModelAdmin, DeleteModelAdmin): def delete_model(self, request, obj): obj.delete() # Other Codes
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
django-admin-1.0.2.tar.gz
(1.6 kB
view details)
Built Distribution
File details
Details for the file django-admin-1.0.2.tar.gz
.
File metadata
- Download URL: django-admin-1.0.2.tar.gz
- Upload date:
- Size: 1.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4391c910466ea9fa8a5ee5d4a452d04c20d50e6452cb28cbb6adf69023edf251 |
|
MD5 | e3d01183e1aa2138c5f2155cf6e7a6fa |
|
BLAKE2b-256 | 95ff84d47b0dae4d1a52943a95ecf539842f402513d9e57a1fc7fd6375d596d9 |
File details
Details for the file django_admin-1.0.2-py2.py3-none-any.whl
.
File metadata
- Download URL: django_admin-1.0.2-py2.py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1100cda201a306cb5b780b4a72de100e845f1a99c0ea502e73471e923289e0f7 |
|
MD5 | 38cd037737ba3c8e314bb1ecc78324c3 |
|
BLAKE2b-256 | fcb5f8a0da74c9037d3d7b0bcf857039a1e7865395ee66f544f62a1ff2fa3cd4 |