i just tried to install django on dreamhost using the tutorial on http://wiki.dreamhost.com/index.php/Django.
some questions: it says "Create django-admin.fcgi in the same directory, with the same contents, but change myproject.settings.main to myproject.settings.admin" ... BUT, there is no myproject.settings.main in django.fcgi - so i just used myproject.settings for both django.fcgi and django-admin.fcgi (right?). 404: when trying to go to http://mydreamhostserver.com/django-admin.fcgi/admin/ or http://mydreamhostserver.com/django.fcgi i get ERROR 404. patrick

