Initial commit

This commit is contained in:
sandy
2026-04-01 03:20:54 +02:00
commit d68d476482
80 changed files with 9464 additions and 0 deletions

17
README.md Normal file
View File

@@ -0,0 +1,17 @@
# Django Port Workspace
This folder contains the rewrite target for the current FastAPI + React application.
## What is here
- [`backend`](/home/sandy/HUB-master/django-port/backend): Django project and domain apps
- [`frontend`](/home/sandy/HUB-master/django-port/frontend): SvelteKit frontend prepared for `shadcn-svelte`
- [`docs/port-plan.md`](/home/sandy/HUB-master/django-port/docs/port-plan.md): migration strategy and scope
## What is intentionally not done
- No package installation
- No Svelte or Django bootstrapping commands
- No heavy build, dev-server, or migration runs
Everything committed here is code and structure only.