if project is hosted at : mydomain.com/hidjango/
you need do some settings.
1. the session path need set to /hidjango/, but it will use default set '/'.
2. also you need create a hidjango_urls like:
urlpatterns = patterns('',
    (r'^hidjango/', include(urls)),
)
3. modify LOGIN_URL

need add a settings  as ROR's  RAILS_RELATIVE_URL_ROOT?
link:
http://guides.rubyonrails.org/v2.3.8/configuring.html#rails-environment-settings

-- 
LBForum<<django powered forum>>: http://vik.haoluobo.com/lbforum/
My Blog: http://vik.haoluobo.com/blog/

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

Reply via email to