Posted by brodbd |
|
I'm setting up an experimental Sphene site, and I'm trying to deploy the example CommunityDraft project using Apache and mod_python. I don't, however, want to deploy it as the web server root, but rather under a subdirectory. How do I add a prefix to the URL? Right now it tries to load /wiki/show/Start/, but my django.root is set to /foo, so that gives a 404. How do I tell it to use /foo/wiki/show/Start/ instead?
I apologize if this is a really basic question. I'm new to Django. |
|
Posted by brodbd |
|
Disregard, I figured out how to do it by editing community_urls.py.
|
Please login to post a reply.