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
🎬 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.
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-23.8.tar.gz
(12.2 kB
view details)
Built Distribution
File details
Details for the file django_tui-23.8.tar.gz
.
File metadata
- Download URL: django_tui-23.8.tar.gz
- Upload date:
- Size: 12.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0eb47f36c81d05e2369bd42e52c389bcb92e7cb44fc29a7b399d58ccb93b5ef7 |
|
MD5 | 3d8ea79cd124f33748ec47fd7e6fd088 |
|
BLAKE2b-256 | b8747c54eb0f264138d9230dc003de97ecf63247635808e32d80b1b63e3ecbac |
File details
Details for the file django_tui-23.8-py3-none-any.whl
.
File metadata
- Download URL: django_tui-23.8-py3-none-any.whl
- Upload date:
- Size: 9.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 935a35b8e4f995d7497f344b99f7cbfc1c8adf4b5a43f51269054f1d5ca202e1 |
|
MD5 | 02402c0dfd1f9246094e886e19e44543 |
|
BLAKE2b-256 | abacb97a311c52aaef32ebf10d41b94c76eb149c4f58855caf82959c84fe4dbd |