diff --git a/GeoffreyApp/models.py b/GeoffreyApp/models.py index f046d81..9d72c59 100644 --- a/GeoffreyApp/models.py +++ b/GeoffreyApp/models.py @@ -83,7 +83,7 @@ class Player(models.Model): Discord UUID """ - primary_location = models.OneToOneField("Location", on_delete=models.DO_NOTHING, null=True) + primary_location = models.OneToOneField("Location", on_delete=models.DO_NOTHING, blank=True, null=True) """ User's primary location """