Merge where I left backend-frameworkification #2

Manually merged
bss merged 18 commits from backend-frameworkification into master 2021-04-24 15:36:23 -05:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit bcc5f767ba - Show all commits

View File

@ -31,6 +31,7 @@ class PiLogManager(models.Manager):
newest = PiLog.objects.create(simulation_x=x, simulation_y=y,
total_count_inside=inside, total_count=total)
# TODO: remove the x, y return values, now that we track them in the object
return newest, x, y