摘要:
python代码 需要用到:django.utils.safestring.make_safe 例子: from django.utils.safestring import mark_safe def index(request): s = "<h1>index page</h1>" s = ma 阅读全文
摘要:
django提示错误: django.core.exceptions.ImproperlyConfigured: mysqlclient 1.3.13 or newer is required; you have 0.9.3. 环境 python 3.8 django 3.0.1 pymysql 0 阅读全文