Hey! Im kinda following the offcial tutorial but I set up my project using another tutorial.
My Problem now is that I'm trying to include the 'polls' app in the INSTALLED_APPS config. I must put "myproject.polls" to get it to work. But that's not very pluggable since in my apps I must refer to "myproject.polls.models" etc. How can I solve this? My directory structure is set to: /srv/websites/myproject Django error page shows: Python Path: ['/srv/websites', '/usr/lib/python2.6', '/usr/lib/ python2.6/plat-linux2', ...] It doesn't look in the project dir, why? -- 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.