Skip to content
/ DjangoTemplate Public template

DjangoDemo.

Notifications You must be signed in to change notification settings

LiukerSun/DjangoTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

配置文件在 config.ini 接口路由在 demo\urls.py

启动命令:

pip install -r requirements.txt

python manage.py makemigrations
python manage.py migrate
python manage.py runserver

启动后GET请求:http:https://localhost:8000/api/device

Releases

No releases published

Packages

No packages published

Languages