Техническое собеседование Python Middle Март 2025
Задача 1:
Провести код-ревью (Django, Pandas).
# Magento GraphQL
class GpsShop(models.Model):
customerid = models.CharField(maxlength=255, null=True, blank=True, db_index=True)
updatedat = models.DateTimeField(autonow=True,```