Skip to main content

Django Volt Admin

Django Volt is a django admin customization for https://github.com/themesberg/volt-bootstrap-5-dashboard

Samples

alt text

alt text

Quick start

  1. Add "volt" to your INSTALLED_APPS setting like this::

    INSTALLED_APPS = [
        ...
        'volt',
    ]
    
  2. Include Templates from the volt admin customization

    TEMPLATES = [
        {
            'BACKEND': 'django.template.backends.django.DjangoTemplates',
            'DIRS': [
                BASE_DIR /'volt/templates',
            ],
            'APP_DIRS': True,
            'OPTIONS': {
                'context_processors': [
                    'django.template.context_processors.debug',
                    'django.template.context_processors.request',
                    'django.contrib.auth.context_processors.auth',
                    'django.contrib.messages.context_processors.messages',
                ],
            },
        },
    ]
    
  3. Start the development server and visit http://127.0.0.1:8000/admin/ to view (you'll need the Admin app enabled).

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-volt-admin-1.0.2.tar.gz (4.6 MB view details)

Uploaded Source

File details

Details for the file django-volt-admin-1.0.2.tar.gz.

File metadata

  • Download URL: django-volt-admin-1.0.2.tar.gz
  • Upload date:
  • Size: 4.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.1

File hashes

Hashes for django-volt-admin-1.0.2.tar.gz
Algorithm Hash digest
SHA256 b8bdb4bf8a5180ececeeecfffbc1a83bd18094c0f36fd01e73413c4aadf90be8
MD5 6a8190e0cfcbb7c3b921e9b04cd01be8
BLAKE2b-256 5ca28027105db91703efee07bd7610901ffd782dd38fc5556fc7f3e09c942572

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

1.0.2 This release

1 file

1.0.1

1 file

1.0.0

1 file

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page