Skip to content

Commit

Permalink
fix bug in address model
Browse files Browse the repository at this point in the history
  • Loading branch information
muhuchah committed Jun 14, 2024
1 parent 1e9f359 commit 63472d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Karoo_BackEnd/Karoo_BackEnd/account_module/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,4 @@ class Meta:


def __str__(self):
return f'User: {self.user}, City: {self.City}'
return f'User: {self.user}, City: {self.city.name}'

0 comments on commit 63472d5

Please sign in to comment.