OK, new question along the same lines I've got site1/ site2/ shared/ (not utils) shared/samples/
all in line, the template tags are working, but in trying to implement the sites framework I'm hitting a snag when I try to syndb or use sqlall: ImportError: No module named shared I get the same thing when start python and attempt to import shared. But shared is there, and functional. I have it in settings, it's in URLs, I can go to the page and it calls the appropriate template, etc, and everything works. But manage.py doesn't get it. I tried manually adding shared to my python path, but saw no difference. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---