Commit 2d859951 authored by 钟尚武's avatar 钟尚武

Merge branch 'shangwu/hotfix-tag-set' into 'test'

fix urls

See merge request alpha/sun!338
parents a8eb08b7 9bc142c6
...@@ -112,7 +112,7 @@ urlpatterns = [ ...@@ -112,7 +112,7 @@ urlpatterns = [
url(r'^tag_set/list$', TagSetListView.as_view()), url(r'^tag_set/list$', TagSetListView.as_view()),
url(r'^tag_set/create$', TagSetUpdateOrCreateView.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()), 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