From 8faf79fd943fcd833f00cad7bd22740476a5ecaf Mon Sep 17 00:00:00 2001 From: Laurent Date: Tue, 16 Sep 2025 14:47:03 +0200 Subject: [PATCH] adds claude.md --- CLAUDE.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 CLAUDE.md diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 0000000..c06eda1 --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,10 @@ +This is a django project that is used for padel tournaments management. +Here are the different apps: +- api: the api is used to communicate with the mobile app +- authentication: regroups authentications services +- biz: it's our CRM project to manage customers +- shop: the website that hosts the shop +- sync: the project used to synchronize the data between apps and the backend +- tournaments: the main website the display everything about the padel tournaments + +In production, the project runs with ASGI because we use websockets in the sync app.