mirror of
https://github.com/retspen/webvirtcloud
synced 2025-07-31 12:41:08 +00:00
Migrate to django 2.2.4
The django.core.urlresolvers module is removed in favor of its new location, django.urls. The on_delete argument for ForeignKey and OneToOneField is required in models and migrations.
This commit is contained in:
parent
a4d74a09a6
commit
3488661dc9
16 changed files with 20 additions and 19 deletions
|
|
@ -1,7 +1,6 @@
|
|||
Django==1.11.21
|
||||
Django==2.2.4
|
||||
websockify==0.8.0
|
||||
gunicorn==19.9.0
|
||||
lxml==4.2.5
|
||||
libvirt-python==5.3.0
|
||||
pytz
|
||||
rwlock
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue