2007年09月18日 星期二 13:30
大家好:在写Django的urls.py时候,有个小问题: 例如:http://localhost:8000/group (所有小组的路径) http://localhost:8000/group/django (django小组的路径) django小组下面有一些话题:路径是: http://localhost:8000/group/django/talk(应该是这样子的) 但是在urls.py里面写: (r'^group/(?P\w+)/$', "site.group.views.group"), 在写个:(r'^group/(?P \w+)/talk/$', "site.group.views.talk"), 这样的匹配似乎给上面的那个给吃掉了 该如何写urls.py呢?不要这样的形式:[r'^talk/$', "site.group.views.talk")] -------------- 涓嬩竴閮ㄥ垎 -------------- 一个HTML附件被移除... URL: http://python.cn/pipermail/python-chinese/attachments/20070918/16c4d0ec/attachment.htm
2007年09月18日 星期二 13:34
应该不会吃掉,这样的形式我用了很多 On 9/18/07, sputnik_lee <sputnik_lee在126.com> wrote: > 大家好: > 在写Django的urls.py时候,有个小问题: > > 例如: > http://localhost:8000/group (所有小组的路径) > > http://localhost:8000/group/django (django小组的路径) > > django小组下面有一些话题:路径是: > > http://localhost:8000/group/django/talk(应该是这样子的) > > 但是在urls.py里面写: > > (r'^group/(?P\w+)/$', "site.group.views.group"), > > 在写个: > (r'^group/(?P\w+)/talk/$', "site.group.views.talk"), > > 这样的匹配似乎给上面的那个给吃掉了 > > 该如何写urls.py呢?不要这样的形式:[r'^talk/$', "site.group.views.talk")] > > _______________________________________________ > python-chinese > Post: send python-chinese在lists.python.cn > Subscribe: send subscribe to > python-chinese-request在lists.python.cn > Unsubscribe: send unsubscribe to > python-chinese-request在lists.python.cn > Detail Info: > http://python.cn/mailman/listinfo/python-chinese > -- Dreamingk (tc, 天成) dreamingk(at)gmail.com http://python.cn Exoweb (北京轩辕互动科技有限公司) Python, I love this language.
2007年09月18日 星期二 13:41
搞好了,呵呵。我粗心了 :( -------------- 涓嬩竴閮ㄥ垎 -------------- 一个HTML附件被移除... URL: http://python.cn/pipermail/python-chinese/attachments/20070918/f481d60c/attachment.html
Zeuux © 2025
京ICP备05028076号