andreas schmid wrote:
did you run ./bin/django syncdb?
Yes.
did you edit the cottagematic_com.urls to get the admin working?
I edited, but it does not work.
ViewDoesNotExist: Could not import cottagematic_com.django.contrib.auth.views. this one looks strange to me because cottagematic_com is your project dir (right?) and django is located in cottagematic_bld/parts/django. did you customize some admin views?
Yes, my example for this is the django tutorial polls directory, which has admin.
p.s. about the versioning we were speaking yestereday, you should commit also the cottagematic_bld/cottagematic_com folder to the versioning repo.
Yes, did that.
My pythonpath has /home/john/WEBprojects/cottagematic_bld/parts/django but no path to templates or the django app cottagematic_com
I think it is a path problem, since the /polls/ part of the running site can't find views and the /admin part can't find views. I'm looking into why buildout would leave the pythonpath incomplete and think it is just a buildout.cfg problem. The same site structure worked in a non-buildout form. John -- 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.