initial commit

This commit is contained in:
Johannes Erwerle 2026-04-04 15:07:37 +02:00
commit 164fa61ad2
40 changed files with 1263 additions and 0 deletions

View file

@ -0,0 +1,5 @@
from django.apps import AppConfig
class WebuiConfig(AppConfig):
name = "webui"