<div dir="ltr"><div><div>Horizon is just a django app. For urlconf, check django's document:<br><br><a href="https://docs.djangoproject.com/en/1.6/topics/http/urls/">https://docs.djangoproject.com/en/1.6/topics/http/urls/</a><br>
</div><div><br></div>Thanks,<br></div>Yuanle<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Jan 22, 2014 at 12:23 PM, 王飞 <span dir="ltr"><<a href="mailto:lawlietwf@hotmail.com" target="_blank">lawlietwf@hotmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


<div><div dir="ltr">Hi,all:<div>        My study at horizon src has been going on for some time.Now I could create a penal on it and present something.</div><div><br></div><div>        Anyway,a question has been boring me at the same time. What exactly the url rule is and how it works . </div>
<div>        src eg:</div><div><span style="font-size:12pt">urlpatterns = patterns('horizon.dashboards.syspanel.test.views',</span></div><div>    url(r'^$', IndexView.as_view(), name='index'),</div>
<div>)</div><div><br></div><div>        Only a "<span style="font-size:12pt">r'^$'" could know where the page direct?</span></div><div><span style="font-size:12pt"><br></span></div><div><span style="font-size:12pt">        Who knows the detail about it,please tell me. I greatly appreciate it!</span></div>
                                          </div></div>
<br>_______________________________________________<br>
Mailing list: <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
Post to     : <a href="mailto:openstack@lists.openstack.org">openstack@lists.openstack.org</a><br>
Unsubscribe : <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
<br></blockquote></div><br></div>