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.

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.git@main#subdirectory=packages/vanta_admin"

Directly from GitHub with uv

uv add "git+https://github.com/oli-dev0/vanta-admin.git@main#subdirectory=packages/vanta_admin"

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

Notes

  • The package name on PyPI is vanta-admin.
  • The Django app label you add to INSTALLED_APPS is vanta_admin.

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.3.tar.gz (27.4 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.3-py3-none-any.whl (30.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: vanta_admin-0.1.3.tar.gz
  • Upload date:
  • Size: 27.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.14

File hashes

Hashes for vanta_admin-0.1.3.tar.gz
Algorithm Hash digest
SHA256 ae8f0e791630f97c8fb841efd494285fbb3c7fa468207e3bc7b2b0670d2464d5
MD5 88e451b499b45aed0a6b294ebca05d0c
BLAKE2b-256 d598bf73ed5317bb41b9aef45a2d1cabb630c3f730f50c4aa8405fac8325891c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vanta_admin-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 30.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.14

File hashes

Hashes for vanta_admin-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 9f6e4d416bd8441b8a9f4328df487fa1463b9d9a4834e19ee21cbb908368bf4e
MD5 f7003120adfde7f14844f678593bb8c1
BLAKE2b-256 d599bb02396ccdd922a7146712e23b23a5e99aaa7fbe58e5b3e91f412f47f70e

See more details on using hashes here.

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