Skip to main content

Simple Collapsible Admin view for Django with model information.

Project description

Django Admin Info

Description

Simple Collapsible Admin view for Django with model information.

Installation

pip install django-admin-info

Quick start

  1. Add "admin_info" to your INSTALLED_APPS in settings.py like this::

    INSTALLED_APPS = [
        ...
        'admin_info',
        ...
    ]
    
  2. Ensure "APP_DIRS" to "True" in settings.py like this::

    TEMPLATES = [
        {
            ...
            'DIRS': [],
            'APP_DIRS': True,
            ...
        },
    ]
    

Licence

Copyright (c) 2020 Nilesh Kumar Dubey

This repository is licensed under the MIT license. See LICENSE for details

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-info-0.0.3.linux-x86_64.tar.gz (8.8 kB view hashes)

Uploaded Source

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