Django Tui Save Abandoned

Inspect and run Django Commands in a text-based user interface (TUI)

Project README

Screenshot 2023-08-27 at 06 57 45

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

🎬 Demo

https://github.com/anze3db/django-tui/assets/513444/fc84247a-9f4b-4017-9ae4-3f10fe9d9557

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.

Open Source Agenda is not affiliated with "Django Tui" Project. README Source: anze3db/django-tui
Stars
97
Open Issues
0
Last Commit
9 months ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating