generated from bisco/codex-bootstrap
feat: add Django backend skeleton
This commit is contained in:
@@ -25,6 +25,8 @@ The frontend must not calculate authoritative availability. It may display avail
|
||||
|
||||
The backend is a Django 5.2 LTS application using Django REST Framework.
|
||||
|
||||
The initial backend skeleton lives under `backend/` and includes the Django project, Django admin, the `shows`, `bookings`, and `checkins` apps, CORS configuration for the Angular frontend, PostgreSQL configuration through environment variables, and a health endpoint at `/api/health/`.
|
||||
|
||||
Responsibilities:
|
||||
|
||||
- expose public read APIs for shows, venues, and performances;
|
||||
|
||||
Reference in New Issue
Block a user