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 details)

Uploaded Source

Built Distribution

custom_admin-0.1-py3-none-any.whl (7.6 MB view details)

Uploaded Python 3

File details

Details for the file custom_admin-0.1.tar.gz.

File metadata

  • Download URL: custom_admin-0.1.tar.gz
  • Upload date:
  • Size: 6.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.7

File hashes

Hashes for custom_admin-0.1.tar.gz
Algorithm Hash digest
SHA256 dc030f689fc054734c8a403cb0e23c98d0d3f6786c75637bbb7a674593e0002f
MD5 95ff461779773745c8037e0145224d5c
BLAKE2b-256 ed94ec445861322c7166383134a8d93ab5edf54df622aac2114b58381f8d3b2c

See more details on using hashes here.

File details

Details for the file custom_admin-0.1-py3-none-any.whl.

File metadata

  • Download URL: custom_admin-0.1-py3-none-any.whl
  • Upload date:
  • Size: 7.6 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.7

File hashes

Hashes for custom_admin-0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 79d587b0726de4faf82daeac098231af2d0d95f6901039b792ca4ab964b746bd
MD5 acb55c29524d2cba281de18fba790062
BLAKE2b-256 8295c064cd9f72a33306b0f521a5e630fb753dfe20a8dbf19d30c0a58baddcce

See more details on using hashes here.

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