NoReverseMatch at /admin/ Reverse for 'logout' with arguments '()' and keyword arguments '{}' not found.
将urls.py中 (r'^admin/$', include(admin.site.urls)), 改成 (r'^admin/', include(admin.site.urls)),