You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
Don't proceed with the next activity until all of these steps are completed.
The text was updated successfully, but these errors were encountered: