Hi i got models.py where i keep my model classes. And have also a signals.py where i want to keep my signals for that models. So the problem is some of the signals need some of model classes. So when i import the signal_meth it also import some of the model classes and models also import the signal meth. So that is a recursive import problem how should i solve that? I also give some links about my code here:
The model part : http://dpaste.com/25307/ The signal part: http://dpaste.com/25310/ Thanks for now...:) --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---