Sign inSign up

wuyue/focuslogin_backend

By wuyue

•Updated over 7 years ago

login manager backend base on django2

Image
0

1.1K

wuyue/focuslogin_backend repository overview

⁠focusLogin

⁠后端

⁠基础依赖

  • python3.6+

  • django2.1.7

⁠其他依赖

  • Django==2.1.7
  • django-cors-headers==2.2.0
  • django-debug-toolbar==1.9.1
  • django-rest-swagger==2.1.2
  • djangorestframework==3.8.2
  • djangorestframework-jwt==1.11.0
  • Pillow==5.1.0

⁠初始化

git clone https://github.com/focusLogin/focuslogin_backend.git

cd focuslogin_backend

pip install -r requirements.txt

python manage.py migrate

python manage.py createsuperuser

python manage.py runserver

⁠启动

浏览器访问: http://127.0.0.1:8000/api/docs/⁠

⁠文档地址

http://wuyue92tree.antio.top/opensource/focusLogin.html⁠

Tag summary

Content type

Image

Digest

Size

381.8 MB

Last updated

over 7 years ago

docker pull wuyue/focuslogin_backend