mirror of
https://github.com/retspen/webvirtcloud
synced 2025-07-31 12:41:08 +00:00
Rest framework (#24)
* Add rest framework for API: First Commit * modify some shell scripts to make variable references safer; modify some python scripts to reduce the code complexity and cyclomatic complexity of functions. * Add REST API for some webvirtcloud functions. Instance list/delete/create, compute list/delete/create, storages-network list/retrieve. Add swagger and redoc for API interface * update requirements Co-authored-by: herengui <herengui@uniontech.com>
This commit is contained in:
parent
92254401dc
commit
cfce71ec2b
42 changed files with 1170 additions and 348 deletions
|
@ -1,17 +1,22 @@
|
|||
Django==3.2.14
|
||||
django_bootstrap5==21.2
|
||||
django-icons==21.1
|
||||
Django==3.2.15
|
||||
django_bootstrap5==22.1
|
||||
django-icons==22.1
|
||||
django-login-required-middleware==0.8
|
||||
django-otp==1.1.3
|
||||
django-qr-code==2.3.0
|
||||
gunicorn==20.1.0
|
||||
libsass==0.21.0
|
||||
libvirt-python==8.5.0
|
||||
libvirt-python==8.6.0
|
||||
lxml==4.9.1
|
||||
qrcode==7.3.1
|
||||
rwlock==0.0.7
|
||||
websockify==0.10.0
|
||||
zipp==3.6.0
|
||||
ldap3==2.9.1
|
||||
python-socketio==5.7.0
|
||||
eventlet==0.33.1
|
||||
python-engineio==4.3.4
|
||||
python-socketio==5.7.1
|
||||
eventlet==0.33.1
|
||||
djangorestframework==3.13.1
|
||||
drf-nested-routers==0.93.4
|
||||
drf-yasg==1.21.3
|
||||
markdown==3.4.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue