manage.py 查看命令的作用的语句 C:\Users\Administrator> python manage.py help Type 'manage.py help <subcommand>' for help on a specific subcommand. Available subcommands: [auth] changepassword 更改密码 createsuperuser 创建admin超级用户 [contenttypes] remove_stale_con
import datetime import logger from django.conf import settings from django.db.models import Q from django.core.management.base import BaseCommand from xxx.models import User from xxx.tools import message_client MSEEAGE = u"Hello %s , Welcome to XXX.&