Skip to content

valberg/django-admin-tui

Repository files navigation

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.