pet_home_backend 源码
> $ virtaulenv venv > $ . .venv\Scripts\activate.ps1 > $ pip install -r requirement.txt > $ python manage.py migrations > $ python manage.py migrate > $ python manage.py createsuperuser > $ username:admin > $ pass:admin > $ python manage.py runserver
文件列表
pet_home_backend-main.zip
(预估有个25文件)
pet_home_backend-main
.gitignore
2KB
requirement.txt
2KB
animal_home_api
urls.py
429B
__init__.py
0B
views.py
778B
serializers.py
942B
models.py
2KB
apps.py
103B
暂无评论