From 02204c706b1183fb261502c5958f2009446ff4bd Mon Sep 17 00:00:00 2001 From: PouyaKhajavi Date: Sat, 8 Aug 2026 11:51:20 +0330 Subject: [PATCH] docs: mark .env.example setup task as checked in checklist.md --- checklist.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checklist.md b/checklist.md index d417af1..b39d815 100644 --- a/checklist.md +++ b/checklist.md @@ -5,7 +5,7 @@ This checklist tracks the implementation progress of the Intelligent Divar Ads C ## 1. Project Setup & Infrastructure - [x] Create Python virtual environment and set up `requirements.txt` - [ ] Configure Docker environment (`docker-compose.yml` & `Dockerfiles`) -- [ ] Setup environment variables template (`.env.example`) +- [x] Setup environment variables template (`.env.example`) ## 2. Backend Base & Models - [x] Implement core abstract base models (`BaseModel`, `TimeStampedModel` in `core/models.py`)