Skip to main content

Custom Admin Dashboard Interface

Project description

Django Custom Admin Dashboard is a Django app which is basically an overridden django default admin interface.

Quick start

  1. Add “customAdmin” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
    
        'customAdmin',
        ...
    ]
  2. Start the development server and visit http://127.0.0.1:8000/admin/ to experience the interface.

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-Admincustom-0.0.1.tar.gz (4.4 kB view hashes)

Uploaded Source

Built Distribution

django_Admincustom-0.0.1-py3-none-any.whl (5.5 kB view hashes)

Uploaded Python 3

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