mirror of
https://github.com/retspen/webvirtcloud
synced 2024-11-01 03:54:15 +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:
|
python:
|
||||||
- "3.9"
|
- "3.9"
|
||||||
env:
|
env:
|
||||||
- DJANGO=3.2.15
|
- DJANGO=4.2.4
|
||||||
install:
|
install:
|
||||||
- pip install -r dev/requirements.txt
|
- pip install -r dev/requirements.txt
|
||||||
script:
|
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)
|
[![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
|
# WebVirtCloud
|
||||||
###### Python 3.x & Django 3.2 LTS
|
###### Python 3.x & Django 4.2 LTS
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
* QEMU/KVM Hypervisor Management
|
* QEMU/KVM Hypervisor Management
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
Django==3.2.20
|
Django==4.2.4
|
||||||
django_bootstrap5==23.3
|
django_bootstrap5==23.3
|
||||||
django-bootstrap-icons==0.8.3
|
django-bootstrap-icons==0.8.3
|
||||||
django-login-required-middleware==0.9.0
|
django-login-required-middleware==0.9.0
|
||||||
|
|
Loading…
Reference in a new issue