hellmimiworld's recent timeline updates
hellmimiworld

hellmimiworld

V2EX member #26233, joined on 2012-09-02 14:50:08 +08:00
hellmimiworld's recent replies
测试了半天发现的一个bug被开发拒绝了,更神奇的是找开发去重现是没能重现
Sep 10, 2012
Replied to a topic by stackpop Python django的url配置求教
----------------------------------------------------------------------------------------------
from django.conf.urls import patterns, include, url
from views import *
urlpatterns = patterns(
url(r'^hello/$', hello),
)
----------------------------------------------------------------------------------------------
这里错了,应该是
urlpatterns = patterns('',
url(r'^hello/$',hello)
)
你的少了一个参数~
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2747 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 12ms · UTC 02:29 · PVG 10:29 · LAX 19:29 · JFK 22:29
♥ Do have faith in what you're doing.