Skip to main content

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


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)

Uploaded Source

Built Distribution

django_admin-1.0.2-py2.py3-none-any.whl (3.1 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file django-admin-1.0.2.tar.gz.

File metadata

File hashes

Hashes for django-admin-1.0.2.tar.gz
Algorithm Hash digest
SHA256 4391c910466ea9fa8a5ee5d4a452d04c20d50e6452cb28cbb6adf69023edf251
MD5 e3d01183e1aa2138c5f2155cf6e7a6fa
BLAKE2b-256 95ff84d47b0dae4d1a52943a95ecf539842f402513d9e57a1fc7fd6375d596d9

See more details on using hashes here.

File details

Details for the file django_admin-1.0.2-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_admin-1.0.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 1100cda201a306cb5b780b4a72de100e845f1a99c0ea502e73471e923289e0f7
MD5 38cd037737ba3c8e314bb1ecc78324c3
BLAKE2b-256 fcb5f8a0da74c9037d3d7b0bcf857039a1e7865395ee66f544f62a1ff2fa3cd4

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page