From 82a260d8f0cd733a653ba568255677ce9528215e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?An=C5=BEe=20Pe=C4=8Dar?= Date: Sat, 14 Sep 2024 09:30:59 +0100 Subject: [PATCH] Add link do @valberg's Django Admin TUI project --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7a1a6a5..06a5224 100644 --- a/README.md +++ b/README.md @@ -52,3 +52,7 @@ python manage.py tui ## License `django-tui` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license. + +## Looking for Django Admin in your termain? + +Checkout [@valberg](https://github.com/valberg)'s [django-admin-tui](https://github.com/valberg/django-admin-tui) project!