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.2.tar.gz (21.3 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.2-py3-none-any.whl (22.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: vanta_admin-0.1.2.tar.gz
  • Upload date:
  • Size: 21.3 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.2.tar.gz
Algorithm Hash digest
SHA256 cfd79113779c8a435b0945e12110c21011926a58d7b8b7bf50c48c47b0b95d0c
MD5 024a38a294fa399b64a89b4ae8851dbf
BLAKE2b-256 b48e599010651a1ad9337fb9d1f49b688141839ec4a6de3b3d60e3fd04a0bfe2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vanta_admin-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 22.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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 feb82f2792f16b47a68a52bfddf493ac70122839251ce6ccf26713e571377348
MD5 041cfcb336a1d59e98d0a143914ec47d
BLAKE2b-256 3d1e28fe5c3abbfabdbad2e2dcbfa046638ff83b5a3351b4bb8a813c883c4109

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