摘要: def uuid_general(): return uuid.uuid1().hex class JsonModels(models.Model): names=models.CharField(max_length=50) attrs =JSONField(null=True) uid=mode 阅读全文
posted @ 2020-11-18 14:42 不带R的墨菲特 阅读(1470) 评论(1) 推荐(0)
摘要: AttributeError: module 'MySQLdb.constants.FIELD_TYPE' has no attribute 'JSON' while migrating in Django __init__.py # import pymysql# pymysql.version_ 阅读全文
posted @ 2020-11-18 11:29 不带R的墨菲特 阅读(1307) 评论(0) 推荐(0)