Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Django 1.5.1。我试图找出这个名称错误,即使我已经包含来自 . 在我的主要 urls.py 中导入视图
代码在这里http://dpaste.org/ooPOU/
您忘记了“blog.urls”周围的引号
url(r"^blog/", include("blog.urls", namespace="blog"))