Skip to main content

Improved theme for Django admin Interface

Project description

Django Haveli Admin

PyPI GitHub Downloads

Improved theme for Django admin Interface.

Django Haveli Admin is alternative Theme for Django administration interface.

License

  • Django Haveli Admin is licensed under BSD-3-Clause license.

Docs & Package

Requirement

  • Django: 2.1 or above

Usage

project/settings.py

Always place the above django's default admin package (django.contrib.admin). So that it could override the existin django theme.

INSTALLED_APPS = [

    'django_haveli_admin',
    'django.contrib.admin',
    ...
]

What's New

  • sidebar menu whole tab clickable
  • Can add icon in AppConfig for sidebar
  • Can add Brand Image
  • User menu dropdown
  • Added Home button in sidebar

Sample

Django Haveli Admin: Login alt text

Django Haveli Admin: Dashboard alt text

Django Haveli Admin: Nav Sidebar and Dropdown alt text

Django Haveli Admin: Filters alt text

Django Haveli Admin: Change Form alt text

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-haveli-admin-0.1.0.tar.gz (421.3 kB view hashes)

Uploaded Source

Built Distribution

django_haveli_admin-0.1.0-py3-none-any.whl (254.7 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