Skip to main content

Django application automatically registers all found models into admin area

Project description

https://travis-ci.org/zniper/django-quickadmin.svg?branch=master https://coveralls.io/repos/zniper/django-quickadmin/badge.svg?branch=master

This is a small Django application which automatically registers all found models withtin the current project into the admin area.

Features

  • Add all found models from other installed applications into admin section

  • Configurable exclusion of specific applications and models

  • Auto exclude models from stock applications of Django

Installation

To install the latest release, just using pip:

pip install django-quickadmin

Then insert ‘quickadmin’ into INSTALLED_APPS inside settings module:

INSTALLED_APPS = (
    'django.contrib.admin',
    ...
    'quickadmin',
    ...
)

Please be sure that ‘django.contrib.admin’ is present, otherwise Django will throw error when starting.

For any questions or comments regarding this application, please email to me[at]zniper.net.

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-quickadmin-0.1.2.tar.gz (5.5 kB view details)

Uploaded Source

File details

Details for the file django-quickadmin-0.1.2.tar.gz.

File metadata

File hashes

Hashes for django-quickadmin-0.1.2.tar.gz
Algorithm Hash digest
SHA256 fca7c04794f8cc2ecb968b9ea28dec8385a5d9071b0c38b101e73887aa0a8676
MD5 89f3ce011c7fd4f7f29c383aaa22936f
BLAKE2b-256 3b3c8d3ef46aaa9a18d9ff8dc916b1af87856e7da01841a08e9cc9b8f0be844e

See more details on using hashes here.

Supported by

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