摘要:
filter只能传一个形参,simple_tag可传许多形参,但是控制语句中只能使用filter。 1.在应用文件下创建templatetags文件夹,并在该文件夹内创建相应的py文件。内容前三行必须的,如: from django import template from django.utils 阅读全文
摘要:
问题:pymysql.err.InternalError: (1130, "Host 'Chen-PC' is not allowed to connect to this MySQL server") 解决方案: 进入自己的MySQL,执行以下代码即可实现远程访问。 use mysql; sele 阅读全文