I made an oopsie, turns out this is how you're supposed to do model imports in django: ``` apps.get_model("teams", "Team").objects.autoscrim(episode=self, best_of=best_of) ``` so this should be fixed wherever its not like this 😄
I made an oopsie, turns out this is how you're supposed to do model imports in django:
so this should be fixed wherever its not like this 😄