Skip to main content

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

Project description

Introduction

Build status:

django-admin-generator test status

Coverage:

Coverage 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-2.4.0.tar.gz (9.8 kB view details)

Uploaded Source

Built Distribution

django_admin_generator-2.4.0-py2.py3-none-any.whl (11.9 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

File hashes

Hashes for django-admin-generator-2.4.0.tar.gz
Algorithm Hash digest
SHA256 e605b3bdc0e6cbfceca1d53ed324414c5281056961b807d6fc133002c752a0ab
MD5 028f4bc01a415d3e589b6600757d94b1
BLAKE2b-256 57761e8b00f11836da1b376f1813e9416b82ee556896f7db4bbf2e2676db8129

See more details on using hashes here.

File details

Details for the file django_admin_generator-2.4.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_admin_generator-2.4.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 d2aeefb69bea1df252a09ca1d698bc19a07097380d3b856037209f501f11b0d5
MD5 74a7c8f7ca610786d813f703d38cd22b
BLAKE2b-256 400182e461821be02104f49bb2872348000096429cb7c6af2c285c5c7fc643c1

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