Thank you Daniel. It's kind of strange every single time I post ( I only 
did 2 times) a question in any community, I find out the question by myself 
immediately after that even thought I've spent a lot of time finding the 
answer before. Well that's a story of my life ^^
And what you reply is exactly true. Thank you for that confirmation :D .
And I want to make it clearer for anyone who may get in my situation in the 
future.
To go to my-function view, I just have to go to :  
http://www.my-domain.com/my-wsgi-app/my-function . That's all. I was too 
stupid to realize it later ( or maybe I haven't understood Django too well 
:D ). That's it. And Daniel says, I should put my WSGIScriptAlias in 
httpd.conf at the root /. That's better. 

On Monday, September 16, 2013 2:51:26 AM UTC+7, Daniel Roseman wrote:
>
>
> It's not a stupid question, but it is a bit of a strange one. You don't 
> have to do anything to make this work: that's how it works already. You 
> choose the point at which you mount your app, and WSGI takes care of 
> routing all URLs from there via your Django urlconf. Normally, you would 
> set the WSGIScriptAlias up simply at the root, /,  so that all URLs go via 
> Django.
> --
> DR.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to