摘要:
祥开龙角应三农,小队旌旗猎猎风。 models.py class Group(Model): id = IntField(pk=True) name = CharField(max_length=10) class User(Model): id = IntField(pk=True) group 阅读全文
摘要:
utils.py: import functools import re from datetime import datetime, timedelta from typing import Union # pip install python-dateutil from dateutil imp 阅读全文