# coding=utf-8 from django.conf.urls import url from apps.wechat.views import * urlpatterns = [ url(r'^$', WechatViewSet.as_view()), ]