Implemented financial tracking

This commit is contained in:
2026-03-20 13:07:28 -05:00
parent 6fa4fc1f7c
commit c88e344198
22 changed files with 1058 additions and 270 deletions

4
.cursorrules Normal file
View File

@@ -0,0 +1,4 @@
# Django Virtual Environment Rule
Always use the virtual environment located at `.venv` when running any Python scripts, pip commands, or Django management commands.
You can run commands using the virtual environment's Python executable directly (e.g., `.venv/bin/python manage.py ...`) or activate it first.