django-tui 24.3

Creator: codyrutscher

Last updated:

Add to Cart

Description:

djangotui 24.3

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



Table of Contents

Demo
Installation
Running
License

🎬 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.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.