1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2026-03-22 10:34:49 +00:00

Added django-login-required-middleware

Thus eliminating need for login_requred decorator on every view
This commit is contained in:
Real-Gecko 2020-05-27 12:43:29 +06:00 committed by catborise
parent 6e71b62ab4
commit c7e529a5fb
14 changed files with 12 additions and 56 deletions

View file

@ -1,8 +1,11 @@
Django==2.2.12
websockify==0.9.0
django-login-required-middleware==0.5.0
gunicorn==20.0.4
lxml==4.5.0
libvirt-python==6.1.0
six
pytz
rwlock
lxml==4.5.0
numpy==1.18.4
pytz==2020.1
rwlock==0.0.7
six==1.15.0
sqlparse==0.3.1
websockify==0.9.0