From 40cd93fbefd0e9563d71733e0faa5d902645a16f Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 9 Apr 2026 08:50:39 +0200 Subject: [PATCH] docs: Update Copilot instructions to include virtual environment setup guidance --- .github/copilot-instructions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index bc47a16..2d61140 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -77,6 +77,7 @@ Templates use Django's inheritance pattern: - Bootstrap requires JavaScript for modals/toggles (reference data-bs-* attributes in base.html) - SECRET_KEY is development-only (contains 'insecure' marker) - DEBUG=True - not production-ready +- Search for a virtual environment in the project files, if there is one use it, if not, create it. ## When Adding Features - New models: Add to [tienda/models.py](tienda/models.py), run migrations, register in [tienda/admin.py](tienda/admin.py)