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

Test Status 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.1.0.tar.gz (8.9 kB view details)

Uploaded Source

Built Distribution

django_admin_generator-2.1.0-py2.py3-none-any.whl (14.0 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

File hashes

Hashes for django-admin-generator-2.1.0.tar.gz
Algorithm Hash digest
SHA256 e1a3dee34fa8058782f245c833b231df35985e2a058c5303e3095ed032e2df49
MD5 0a4b404f3b7d21fde7f9961f0a5e54f1
BLAKE2b-256 352f33dd1f83b5a9e3c65feba09b507543d6f15e9bfab822c54b0a6398db800f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_admin_generator-2.1.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 c045e38ecf5408c6a551d9893e29ecd2b9dbdbb0dd2b382e0a868559a8a3bf34
MD5 329584f0e2959f6eebdb7684b033cecc
BLAKE2b-256 73fd2044421bc834697d822a0639ffe8eeca1622eae6e2f9045a2250188e2dd9

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