mirror of
https://github.com/retspen/webvirtcloud
synced 2025-07-31 12:41:08 +00:00
Added django-login-required-middleware
Thus eliminating need for login_requred decorator on every view
This commit is contained in:
parent
8cdd0b5a0f
commit
470ec309ea
14 changed files with 13 additions and 57 deletions
|
|
@ -1,9 +1,12 @@
|
|||
Django==2.2.12
|
||||
websockify==0.9.0
|
||||
django-login-required-middleware==0.5.0
|
||||
gunicorn==20.0.4
|
||||
lxml==4.5.0
|
||||
libsass
|
||||
libvirt-python==6.3.0
|
||||
six
|
||||
pytz
|
||||
rwlock
|
||||
libsass
|
||||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue