>[success] # urls.py 技巧 越具体的url越在上面,例如 /admin/test /admin/ ~~~ urlpatterns = [ url(r'^$', views.index, name='index'), ] ~~~