摘要:
o module named urls问题的解决方法如下: 在配置Django管理界面的时候,遇到了No module named urlsGoogle一把,大部分的解决方案是:urlpatterns=patterns('', (r'^admin/(.*)',admin.site.root), ) 不过最新Django要使用下面的配置(r'^admin/(.*)',include(admin.site.urls))尤其要注意: # Uncomment the next two lines to enable the admin:from djan 阅读全文
posted @ 2012-04-08 21:27
小楼
阅读(7156)
评论(0)
推荐(0)
浙公网安备 33010602011771号