Skip to main content

A base toolkit for building a custom Django amin theme.

Project description

Custom Admin Base

A base toolkit for building a Django-Suit compatible Admin theme.

Installation

pip install django-custom-admin-base

settings.py

This app should come before other admin style modifiers, since it replaces admin/base.html and admin/base_site.html

INSTALLED_APPS = [
    "...",
    "custom_admin",
    "your_app_to_extend_custom_admin",
    "...",
    "django.contrib.admin",
]

Migrations and Static files

manage.py migrate custom_admin
manage.py collectstatic

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

custom_admin-0.1.tar.gz (6.8 MB view hashes)

Uploaded Source

Built Distribution

custom_admin-0.1-py3-none-any.whl (7.6 MB 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