Skip to content

Latest commit

Β 

History

History
25 lines (18 loc) Β· 483 Bytes

INSTALL.md

File metadata and controls

25 lines (18 loc) Β· 483 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! πŸ§„