restful .md

restful framework 风格写法 参考资料 cbv resfull写法html from django.utils.decorators import method_decorator # 忽略csrf请求 class ...(): @method_decorator(csrf_exempt) def dispatch(...): return super(...,self).disp
相关文章
相关标签/搜索