Hi, I want to deploy a Django project on Apache but in a URL like:
http://localhost/django

I can do it but since I have some HttpResponseRedirect on my project
pointing to '/', it will end up on:
http://localhost/

Is there any way to make django to use the http://localhost/django URL
as its root URL without having to touch the projects code?

Thanks,
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to