Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.16 KB

README.md

File metadata and controls

39 lines (24 loc) · 1.16 KB

django-admin-tui

PyPI - Version PyPI - Python Version


Table of Contents

About

django-admin-tui is a project aiming to render the Django admin in a text-based user interface (TUI) using Textual, bringing one of Djangos killer features to a terminal near you.

Installation and setup

pip install django-admin-tui

Then add django_admin_tui to your INSTALLED_APPS.

Usage

Simply run ./manage.py admin_tui and see all your registered admins right there in your terminal.

License

django-admin-tui is distributed under the terms of the MIT license.

Inspiration

Besides the Django admin and textual, http://github.com/anze3db/django-tui was the whole reason for the idea of this project.