Skip to content

anze3db/django-tui

Repository files navigation

Screenshot 2023-10-24 at 11 27 56

django-tui

Inspect and run Django Commands in a text-based user interface (TUI), built with Textual & Trogon.

PyPI - Version PyPI - Python Version


Table of Contents

🎬 Demos

Running Django Commands

Screen.Recording.2023-08-27.at.07.05.37.mov

Running ORM Queries in Interactive Django Shell

Screen.Recording.2023-12-19.at.17.08.27.mov

Installation

pip install django-tui

Add "django_tui" to your INSTALLED_APPS setting in settings.py like this:

INSTALLED_APPS = [
    ...,
    "django_tui",
]

Now you can run the TUI with:

python manage.py tui

License

django-tui is distributed under the terms of the MIT license.