Skip to content

Commit

Permalink
Fixed typo in devsite.seed
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbaldwin committed Sep 21, 2020
1 parent 1a60f0b commit bdef2c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devsite/devsite/seed.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ def wipe():
CourseOverview.objects.all().delete()
CourseDailyMetrics.objects.all().delete()
SiteDailyMetrics.objects.all().delete()
LearnerCourseGradeMetrics.all().delete()
LearnerCourseGradeMetrics.objects.all().delete()


def seed_all():
Expand Down

0 comments on commit bdef2c6

Please sign in to comment.