M
Size: a a a
M
M
A
A
DT
A
DT
A
A
DT
EC
EC
DT
EC
def save(self, *args, **kwargs):
Logger.write('ad/log.txt',json.dumps(kwargs))
category = Category.objects.get(id=self.subcategory)
self.category = category.id
super(Ad, self).save(*args, **kwargs)
EC
EC
DT
⠀
EC