python manage.py shell
from user.models import User
User.objects.create_user(username="tom",mobile="17767894123",password="fight666")
python manage.py shell
from user.models import User
User.objects.create_user(username="tom",mobile="17767894123",password="fight666")