I've tried to set up a signals.py file in the same directory as my app ("products").
At the top of the signals.py I have the following import statement: from myapp.products.models import Product, Review The two model classes (Product and Review) both sit in the models.py in the products directory. However, whenever I run this I get an import error. I just can't figure out where I could be going wrong. Any ideas? MerMer --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---