added Core for core pages, added static files & templates.
Some checks failed
Gitea Test. / tests (push) Failing after 3s

This commit is contained in:
Wouter Vermeer
2026-04-30 17:48:33 +02:00
parent bef2577746
commit 33661e14da
17 changed files with 825 additions and 1 deletions

3
src/core/admin.py Normal file
View File

@@ -0,0 +1,3 @@
from django.contrib import admin
# Register your models here.