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/cdd2892b-2548-41c7-b8d5-0deff638a572
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.4.tar.gz
(11.6 kB
view details)
Built Distribution
File details
Details for the file django_tui-23.4.tar.gz
.
File metadata
- Download URL: django_tui-23.4.tar.gz
- Upload date:
- Size: 11.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 681608b7c9a8be97f7b9c55dab3e22df404d9fbe29fcbf34543d96dc14dd7cea |
|
MD5 | c7a27c9dc8f40acfefa4589b640a60b9 |
|
BLAKE2b-256 | d5db93d35890afc48b6a01e78efee4191b965eb378416d456eed1614ae637596 |
File details
Details for the file django_tui-23.4-py3-none-any.whl
.
File metadata
- Download URL: django_tui-23.4-py3-none-any.whl
- Upload date:
- Size: 8.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1424b00427f02cdf83dcf13793d9f54dd1c17e01af4368c7cb5ebbcfedcb79e8 |
|
MD5 | 9a8a34e4a1a38347f3a4c63ccf4d7607 |
|
BLAKE2b-256 | 066e80181b8831474bbed1d5254a1ef49e9614ecd6447944c5e529f6a5d3b99b |