site_header

Brightcells 7 年之前
父节点
当前提交
92e36486fe
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      pai2/urls.py

+ 2 - 0
pai2/urls.py

@@ -92,3 +92,5 @@ urlpatterns += [
92 92
 
93 93
 urlpatterns += static(settings.STATIC_URL, document_root=settings.STATIC_ROOT)
94 94
 urlpatterns += static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
95
+
96
+admin.site.site_header = u'[拍爱]后台管理系统'