开发者

Getting Django and Subversion to work together on Dreamhost

开发者 https://www.devze.com 2022-12-12 01:52 出处:网络
Does anyone know how to get Django and Subversion to work together on Dreamhost? I\'ve been foll开发者_StackOverflowowing this tutorial to install Django (which uses Passenger WSGI):

Does anyone know how to get Django and Subversion to work together on Dreamhost?

I've been foll开发者_StackOverflowowing this tutorial to install Django (which uses Passenger WSGI): http://wiki.dreamhost.com/Django

After I got Django to work, Subversion stopped working. Has anyone ran into this problem?


I had the same problem. My solution for now has been to move the Subversion link to a different subdomain.

In my case, I'm only using Django for 1 subdomain in my whole domain (dom1.myurl.com), so I just created a dom2.myurl.com subdomain, and set my SVN path to use it instead.

0

精彩评论

暂无评论...
验证码 换一张
取 消