随笔分类 - Django Web开发笔记
摘要:# _*_coding:utf-8_*_ from rest_framework.response import Response class ApiResponse(Response): msg_code = 1000 code = 200 msg = "" def __init__(self,
阅读全文
摘要:1、安装django-mdeditor模块 pip install django-mdeditor 2、注册mdeditor到APPS中 INSTALLED_APPS = [ 'django.contrib.admin', 'django.contrib.auth', 'django.contrib
阅读全文
摘要:1、安装django-cors-headers模块 pip install django-cors-headers 2、插入Django的APP配置中 # 修改settings.py中的INSTALLED_APPS配置 INSTALLED_APPS = [ 'django.contrib.admin
阅读全文

浙公网安备 33010602011771号