Implemented financial tracking
This commit is contained in:
4
.cursorrules
Normal file
4
.cursorrules
Normal 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.
|
||||
Reference in New Issue
Block a user