Skip to main content

A sharp, dark, and portable Django admin theme forged for builders who want the admin to feel less default.

Project description

Vanta Admin

Vanta Admin is a Django admin theme with a darker interface, tighter density, and a standalone structure that stays close to Django's admin template system.

It is designed to be portable and to avoid frontend runtime dependencies outside standard Django admin behavior.

What It Adds

  • A fixed sidebar with persistent collapsed state and remembered open sections.
  • Light and dark theme support through CSS tokens.
  • A flatter visual pass that removes heavy shadows and blur effects from the admin shell, login screens, cards, filters, and two-factor auth views.
  • A denser dashboard, changelist, filter, message, and form presentation.
  • Auto-dismissing admin messages with success, warning, and error treatment.
  • Custom single-select controls for changelist actions and normal admin form selects, while native multi-selects stay unchanged.
  • Default icons for common admin apps, models, and recent actions, including incident and uptime-monitor style models.
  • A packaged admin favicon loaded through the theme.
  • A responsive mobile sidebar overlay.
  • Optional themed templates for django-two-factor-auth login, setup completion, account security, and backup-token flows.

Vanta Admin does not replace Django admin, change your permissions, or configure two-factor authentication for you. If your project uses django-two-factor-auth, Vanta provides matching templates and CSS for the visible 2FA screens.

Tested With

Vanta Admin was created and tested with:

  • Python 3.13.14
  • Django 6.0.6

The package currently declares support for Django 5.2 up to, but not including, Django 7. Older supported-range versions may also work well, but they have not been verified as thoroughly yet.

Installation

PyPI with pip

pip install vanta-admin

PyPI with uv

uv add vanta-admin

Directly from GitHub with pip

pip install "git+https://github.com/oli-dev0/vanta-admin-theme.git@main"

Directly from GitHub with uv

uv add "git+https://github.com/oli-dev0/vanta-admin-theme.git@main"

Django Setup

In your Django settings file, add vanta_admin to INSTALLED_APPS before django.contrib.admin so its templates override the default admin templates.

This is usually in settings.py, or in your project's active settings module if you split settings across multiple files:

INSTALLED_APPS = [
    'vanta_admin',
    'django.contrib.admin',
    # ...
]

Then run your normal static asset flow for Django:

python manage.py collectstatic

Optional Two-Factor Auth Theme Support

If your project already uses django-two-factor-auth, place vanta_admin before the two-factor apps and before django.contrib.admin so Vanta's templates are found first:

INSTALLED_APPS = [
    'vanta_admin',
    'django_otp',
    'django_otp.plugins.otp_static',
    'django_otp.plugins.otp_totp',
    'two_factor',
    'django.contrib.admin',
    # ...
]

Configure django-two-factor-auth normally in your project URLs and settings. Vanta only provides the theme layer.

Notes

  • The package name on PyPI is vanta-admin.
  • The Django app label you add to INSTALLED_APPS is vanta_admin.
  • Two-factor auth support is visual/template support for projects that already install and configure django-two-factor-auth.
  • Vanta keeps Django admin server-rendered. It does not add a frontend runtime or a custom dashboard framework.

Links

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

vanta_admin-0.1.7.tar.gz (40.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

vanta_admin-0.1.7-py3-none-any.whl (47.5 kB view details)

Uploaded Python 3

File details

Details for the file vanta_admin-0.1.7.tar.gz.

File metadata

  • Download URL: vanta_admin-0.1.7.tar.gz
  • Upload date:
  • Size: 40.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for vanta_admin-0.1.7.tar.gz
Algorithm Hash digest
SHA256 79c51cfdbbd894ae15feee230afd9a8a14fde02241c7276ee6de9d5b3518bf45
MD5 aa6205ab4e5a5e3f1cca9012e79f1dbd
BLAKE2b-256 0e7e0f16a79507b09f9e72c1ff537bcd555fc7e8d451db837dfccc17f5220ccb

See more details on using hashes here.

Provenance

The following attestation bundles were made for vanta_admin-0.1.7.tar.gz:

Publisher: publish.yml on oli-dev0/vanta-admin-theme

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file vanta_admin-0.1.7-py3-none-any.whl.

File metadata

  • Download URL: vanta_admin-0.1.7-py3-none-any.whl
  • Upload date:
  • Size: 47.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for vanta_admin-0.1.7-py3-none-any.whl
Algorithm Hash digest
SHA256 a02d264a1f4bcc35db9b810dae1d2f99fe29f095347b00c169fa52b16e0bc76a
MD5 506235b080cc0d9a0957d360e82c68ba
BLAKE2b-256 eb81b1181af9bfb4c2f160bc20183bda371d0d5e98dae6e88a358d3244f12ee1

See more details on using hashes here.

Provenance

The following attestation bundles were made for vanta_admin-0.1.7-py3-none-any.whl:

Publisher: publish.yml on oli-dev0/vanta-admin-theme

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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