user = User.objects.create(name='lili', level=1)
print(user.id)

 

https://testerhome.com/topics/17507