@@ -78,8 +78,8 @@ def init_data():
def main():
district = District.objects.all()
- if not district:
- init_data()
+ # if not district:
+ # init_data()
logging.warning("up...")
results = District.objects.filter(id__gt = 65)
# 更新数据