I am currently in a shared hosting plan with Dreamhost and installed Django at http://wiki.dreamhost.com/Django . However, I also have a Wordpress blog that I want to continue to work in a subdirectory, that is, site.com/blog.
Is it possible to do this. Installing Django leads to the passenger_wsgi.py file in the Django root directory, which redirects all requests to django
If I try to go to my blog, I get an error, because obviously this is not in url.py. Is it possible to somehow maintain the wordpress blog as well as configure wsgi or django, and how can I do this?
thank you for your time
PS I have currently renamed user_wsgi.py so that the blog shows
source share