Django getting slow with uwsgi

2016-02-03 Thread Arink Verma
Hi Django Experts. I have recently migrated my Django app to Django 1.8.8 since then I am experiencing low performance. With cProfiling I am have generated following breakdown of time spent. ncalls tottime percall cumtime percall filename:lineno(function) 49 22.0430.450

Bug or unaccepted behaviour

2016-02-14 Thread Arink Verma
Hi Django Experts I came across something unaccepted while using signal. def clone_creatives(self, src_theme_id): > themeA = Theme.objects.get(id=src_theme_id) > self.unit_set.all().delete() > for u in themeA.unit_set.all(): > u.id = None > u.