Commit 9bc142c6 authored by zhongshangwu's avatar zhongshangwu

fix urls

parent 11671c3b
......@@ -112,7 +112,7 @@ urlpatterns = [
url(r'^tag_set/list$', TagSetListView.as_view()),
url(r'^tag_set/create$', TagSetUpdateOrCreateView.as_view()),
url(r'^tag_set/delete$', TagSetDelete.as_view()),
url(r'^tag_set/delete$', TagSetDeleteView.as_view()),
# 扫脸相关
url(r'^face/star/create$', FaceStarEdit.as_view()),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment