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.5.tar.gz
(11.8 kB
view details)
Built Distribution
File details
Details for the file django_tui-23.5.tar.gz
.
File metadata
- Download URL: django_tui-23.5.tar.gz
- Upload date:
- Size: 11.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 921bd93398317a746ce4b2b74b5129133fb4d3976134af15a8dbd06eaca32016 |
|
MD5 | c6192d283dce4183bef2e79b319b5a0c |
|
BLAKE2b-256 | fc297fe5d2de580d15d193417909052afc407da30a1120efabed22706e7acca1 |
File details
Details for the file django_tui-23.5-py3-none-any.whl
.
File metadata
- Download URL: django_tui-23.5-py3-none-any.whl
- Upload date:
- Size: 8.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 827d66139cbb632731b80b28b3c359f1bc387d62f95a49373ead5cb8da37c961 |
|
MD5 | a5c7a72cac26272646ac06c2c208f12f |
|
BLAKE2b-256 | 9159dfb049a46c54e58ebe398933c98b6ebbff2a06a7f96b09d7576e626d2751 |