Skip to main content

Inspect and run Django Commands in a text-based user interface (TUI).

Project description

Screenshot 2023-10-24 at 11 27 56

django-tui

Inspect and run Django Commands in a text-based user interface (TUI), built with Textual & Trogon.

PyPI - Version PyPI - Python Version


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


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 hashes)

Uploaded Source

Built Distribution

django_tui-24.2-py3-none-any.whl (13.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page