hi, I have found an optimizing problem. I have a model which i would like to edit, when I call my method I do something like this:
def method_modify(request, method_id): try: manipulator = Pattern_method.ChangeManipulator(method_id) except Pattern_method.DoesNotExist: raise Http404 The problem I have found is that the ChangeManipulator takes me 15 seconds ... And this time is too much for a web applications. Is there any way to avoid this? Thank you in advance. Miguel Sent from Madrid, Spain --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---