HI, all
I'm a beginner of django.
Here I start a project named mysite. And I can browse it with 
http://127.0.0.1:8000. But now I want to change it to 
http://127.0.0.1:8000/mysite/ and stll keep my url mapping as url(r'^$', 
'index') instead of (r'^mysite/$', 'index'). Because there are some other 
apps in the project.

Could anyone help me figure it out? Thanks in advance.

Guang

-- 
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