Hi,

I've installed a django on my server (running on apache), but I've
configured it to run using url like
www.mydomain.com/django-application/

Now when I access some url from django using absolute url it
automatically redirects me to
www.mydomain.com/someapplication
instead of
www.mydomain.com/django-application/someapplication

Sorry for such a stupid question, but I really can't figure out what's
wrong and where should I configure this behaviour. (settings.py?
apache?)

Thank you

-- 
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to