Inspect and run Django Commands in a text-based user interface (TUI).
Project description
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!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file django_tui-24.5.tar.gz
.
File metadata
- Download URL: django_tui-24.5.tar.gz
- Upload date:
- Size: 16.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a79b207806b5fd4dd390862b3d0f2447842278dd2d9631bf5c1bd7f770f7bde3 |
|
MD5 | babb328f30d52aff55c591dfa7d09160 |
|
BLAKE2b-256 | ce196cc544074f81831fe58aec6135fab70123317e9e27ef178d256c1c26c23e |
File details
Details for the file django_tui-24.5-py3-none-any.whl
.
File metadata
- Download URL: django_tui-24.5-py3-none-any.whl
- Upload date:
- Size: 13.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4dbf56efcee2495078b2a9c2ebd3568916752aeb47decfb38e5fe66e2ae611ee |
|
MD5 | 51c002ea7bd0087c4e926da1527c539e |
|
BLAKE2b-256 | 1b95792fd8b223dcabfb489647e6c469f3eb40828aa43300ca503e75b61b6397 |