Tests updated & minor environment notes for agents

This commit is contained in:
2026-02-28 12:36:47 +03:00
parent 411180e312
commit 7718f8ccfe
3 changed files with 53 additions and 21 deletions
+2 -1
View File
@@ -53,6 +53,7 @@ Build a reliable, maintainable salon booking platform with Django (backend) and
- Python is invoked as `python3`.
- A virtualenv is in use.
- DB: PostgreSQL in production, SQLite allowed for local dev.
- Backend tests must run with the venv active and `pytest-django` installed; run from `backend/` so `backend/pytest.ini` is picked up and `DJANGO_SETTINGS_MODULE` resolves.
## Collaboration Rules for Agents
- Dont delete or rewrite unrelated work.
@@ -62,4 +63,4 @@ Build a reliable, maintainable salon booking platform with Django (backend) and
# ExecPlans
When writing complex features or significant refactors, use an ExecPlan (as described in PLANS.md) from design to implementation. The active ExecPlan is `docs/execplans/arabic-localization.md`.
When writing complex features or significant refactors, use an ExecPlan (as described in PLANS.md) from design to implementation. The active ExecPlan is `docs/execplans/booking-integrity.md`.