Awesome
django-tui
Inspect and run Django Commands in a text-based user interface (TUI), built with Textual & Trogon.
Table of Contents
🎬 Demos
Running Django Commands
https://github.com/anze3db/django-tui/assets/513444/fc84247a-9f4b-4017-9ae4-3f10fe9d9557
Running ORM Queries in Interactive Django Shell
https://github.com/anze3db/django-tui/assets/513444/8a056da8-85a8-4086-9fa8-433b7346e787
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.
Looking for Django Admin in your termain?
Checkout @valberg's django-admin-tui project!