Table of Contents
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.
pip install django-admin-tui
Then add django_admin_tui
to your INSTALLED_APPS
.
Simply run ./manage.py admin_tui
and see all your registered admins right there in your terminal.
django-admin-tui
is distributed under the terms of the MIT license.
Besides the Django admin and textual, http://github.com/anze3db/django-tui was the whole reason for the idea of this project.