Socket
Book a DemoInstallSign in
Socket

django-admin-tailwind

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

django-admin-tailwind

Django Admin Tailwind

pipPyPI
Version
0.0.31
Maintainers
1

Django Admin Tailwind

.. image:: https://img.shields.io/pypi/v/django-admin-tailwind :target: https://pypi.org/project/django-admin-tailwind/

.. image:: https://img.shields.io/pypi/pyversions/django-admin-tailwind :target: https://pypi.org/project/django-admin-tailwind/

Django Admin <https://docs.djangoproject.com/fr/3.2/ref/contrib/admin/>_ + Tailwind <https://tailwindcss.com/>_ = 🚀

django-admin-tailwind is a theme for Django Admin developed with :

  • Tailwind class
  • Tailwind forms <https://github.com/tailwindlabs/tailwindcss-forms>_
  • Tailwind dark mode

WARNING : Some Django form fields are not yet developed.

.. image:: https://static.snoweb.fr/images/django-admin-tailwind.original.jpg

Setup

Install with pip :

pip install django-admin-tailwind

Add django-admin-tailwind to django apps installed : ::

INSTALLED_APPS = [
    ...
    'django_admin_tailwind',
    ...
    'django.contrib.admin',
]

Dev

::

python manage.py migrate
python manage.py init

Log in with django:tailwind

Keywords

django django-admin tailwind

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts