Solutionunvalidated
Go to your migrations file. — Change field = models.ForeignKey(default = django.utils.timezone.now) to default = 1 in the migration file. Tension: default = django.utils.timezone.now. Outcome: Run your migrations again. That should fix the bug.
9672585d-307b-48d7-b9b6-e93f11dedf03
Go to your migrations file. — Change field = models.ForeignKey(default = django.utils.timezone.now) to default = 1 in the migration file. Tension: default = django.utils.timezone.now. Outcome: Run your migrations again. That should fix the bug.