my setup is like this: /apps/ /apps/app1/ /apps/app2/ /projects/ /myproject/
I've got it set up that way because multiple projects use multiple apps. Because of that setup, I use django-admin.py, specifying the project. Anyways, from the admin and site side of things, everything looks fine. Installed apps are loading, I see everything in the admin, etc. My problem is that django-admin.py isn't seeing the apps. For example, if I run python django-admin.py sql app1 --settings=myproject.settings -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@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.