Skip to content

xskh2007/allin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

allin

后端步骤

前端步骤

pip install djangorestframework-jwt  
pip install djangorestframework  
git add .  
git commit -m "hi"  
git push -u origin main  
python manage.py makemigrations
python manage.py migrate
python3 manage.py createsuperuser