From 558162cacb4d534cff905812f65ad33db8e0f001 Mon Sep 17 00:00:00 2001 From: mar77i Date: Mon, 30 Sep 2024 20:38:09 +0200 Subject: [PATCH] add chat repo --- gitweb_configs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gitweb_configs.py b/gitweb_configs.py index 0223407..0354a3b 100755 --- a/gitweb_configs.py +++ b/gitweb_configs.py @@ -16,6 +16,7 @@ GITWEB_CONFIGS = { "ga-cli": "Google authenticator for CLI", "musicbox": "Touchscreen piano with visualizaiton", "elevator": "Pygame elevator toy", + "chat": "Django chat app", } -- 2.47.0