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.
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
django_tui-24.2.tar.gz
(16.9 kB
view details)
Built Distribution
django_tui-24.2-py3-none-any.whl
(13.6 kB
view details)
File details
Details for the file django_tui-24.2.tar.gz
.
File metadata
- Download URL: django_tui-24.2.tar.gz
- Upload date:
- Size: 16.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7ecc0cf5e80eb9939594f3ad94a87e6c4ffa9561cef511747e0dcf0d86e8bdb0 |
|
MD5 | 1adc368ccfdfae4dbfa36b3b43c960f3 |
|
BLAKE2b-256 | 75f597b8cadb31d318867f05d5d104f6c9fe58b03e4ed8a779ad2721f2d1cd92 |
File details
Details for the file django_tui-24.2-py3-none-any.whl
.
File metadata
- Download URL: django_tui-24.2-py3-none-any.whl
- Upload date:
- Size: 13.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9938c82ac4302edf777b935e26daeaf0738dd68124600de10199e53cd46a5fab |
|
MD5 | 80af36427b5cab49c30104df2af48139 |
|
BLAKE2b-256 | 8b9bbf8e850a63df8716df112b352177d8aaee7c36477e0b059d2a4142d1c704 |