Skip to main content

Django Admin Generator is a management command toautomatically generate a Django `admin.py` file for given apps/models.

Project description

Introduction

Test Status Coverage Status Code Health Requirements Status

The Django Admin Generator is a project which can automatically generate (scaffold) a Django Admin for you. By doing this it will introspect your models and automatically generate an Admin with properties like:

  • list_display for all local fields

  • list_filter for foreign keys with few items

  • raw_id_fields for foreign keys with a lot of items

  • search_fields for name and slug fields

  • prepopulated_fields for slug fields

  • date_hierarchy for created_at, updated_at or joined_at fields

Install

To install:

  1. Run pip install django-admin-generator or execute python setup.py install in the source directory

  2. Add django_admin_generator to your INSTALLED_APPS

If you want to run the tests, run py.test (requires pytest)

Usage

To generate an admin for a given app:

./manage.py admin_generator <APP_NAME> >> <APP_NAME>/admin.py

To generate an admin for a given app with all models starting with user:

./manage.py admin_generator <APP_NAME> ‘^user’ >> <APP_NAME>/admin.py

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-generator-1.3.1.tar.gz (7.6 kB view details)

Uploaded Source

File details

Details for the file django-admin-generator-1.3.1.tar.gz.

File metadata

File hashes

Hashes for django-admin-generator-1.3.1.tar.gz
Algorithm Hash digest
SHA256 c6fbeee1ee67aab5255abd1b2844342020843da15a48548e09f8fd492517eb5b
MD5 396023f0635172ec4f7eb5bc5998105f
BLAKE2b-256 eb7b73d7786a4693888ea154e7a89e609c816fc169773b3719812b95406309c4

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