mirror of
https://github.com/retspen/webvirtcloud
synced 2024-10-31 19:44:16 +00:00
update django 3.2.20 -> 4.2.4
This commit is contained in:
parent
a02df250bf
commit
2935c9d382
3 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@ language: python
|
|||
python:
|
||||
- "3.9"
|
||||
env:
|
||||
- DJANGO=3.2.15
|
||||
- DJANGO=4.2.4
|
||||
install:
|
||||
- pip install -r dev/requirements.txt
|
||||
script:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/retspen/webvirtcloud)
|
||||
|
||||
# WebVirtCloud
|
||||
###### Python 3.x & Django 3.2 LTS
|
||||
###### Python 3.x & Django 4.2 LTS
|
||||
|
||||
## Features
|
||||
* QEMU/KVM Hypervisor Management
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Django==3.2.20
|
||||
Django==4.2.4
|
||||
django_bootstrap5==23.3
|
||||
django-bootstrap-icons==0.8.3
|
||||
django-login-required-middleware==0.9.0
|
||||
|
|
Loading…
Reference in a new issue