Skip to content
This repository was archived by the owner on Dec 13, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (18 loc) · 480 Bytes

INSTALL.md

File metadata and controls

22 lines (18 loc) · 480 Bytes

Install the dracula theme

pip install django-admin-dracula

Add to Django project

Add django_admin_dracula to your INSTALLED_APPS before django.contrib.admin:

INSTALLED_APPS = [
    ...
    "django_admin_dracula",
    ...
    "django.contrib.admin",
    ...
]

Celebrate ✨

Put on your favorite dracula cape and dump all your remaining garlic! 🧄