Well my friend, I have quickly looked into hosting a django project via blue host and this is what the django site has to say:
Similar setup as Dreamhost. Django is listed as unsupported, but with some pain it does work, and has a good price.. http://code.djangoproject.com/wiki/DjangoFriendlyWebHosts I use a vps, so I have never had to intergrate it with a 3rd party hosting system. ""But I have my django and my project in another patch, actually, out of www directory, but I have the fastcgi file right there, only that file."" Not sure what you mean by 'in another patch'? Dont worry about the location of fastcgi, it is responsible for letting apache serve you python code, if you can log into the admin site, then its working. If you think its responsible for not serving the static media, then I would suggest reading the full fastcgi documentation. I use a cherokee- uwsgi setup, so I cant really comment. "" So, Where is my project directory in my shared hosting???? "" The project directory is the one created when you run django-admin.py startproject. Where your settings.py file is located. Rob -- 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.