标签:数据 import imp 密码 code 模型 creates 使用 create
python manage.py createsuperuser
然后按提示填写用户名、邮箱、密码
from django.contrib import admin
from models import *
admin.site.register(HeroInfo)
标签:数据 import imp 密码 code 模型 creates 使用 create
原文地址:https://www.cnblogs.com/alexzhang92/p/9529773.html