Open
Description
Summary
Getting this error using Agent:
Please use Copilot agent mode to add test data with the file populate_db.py.
How to reproduce
After this prompt:
Based on the example monafit tracker app in the docs/mona-high-school-fitness-tracker.md file and use octofit as the name for Merington's high school's app. Let's populate the octofit_db database with test data. Use the same data from docs/mona-high-school-fitness-tracker.md file.
- Create a test data file in the octofit-tracker/backend/octofit_tracker directory.
- Run makemigrations and migrate the database in a Python virtual environment.
- Populate the octofit_db database with test data for users, teams, activities, leaderboard, and workouts collections based on test data in docs/mona-high-school-fitness-tracker.md octofit-tracker/backend/octofit_tracker/management/commands/populate_db.py.
- Verify the test data is populated in the octofit_db database.
Don't proceed with the next activity until all of these steps are completed.