diff --git a/.travis.yml b/.travis.yml index 2eed2e2..c5fb27a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,14 +2,14 @@ language: python python: - "3.6" env: - - DJANGO=2.2.16 + - DJANGO=3.2.4 install: - pip install -r dev/requirements.txt script: - pep8 --exclude=IPy.py --ignore=E501 vrtManager accounts admin appsettings computes \ console create datasource instances interfaces \ - logs networks nwfilters secrets storages + logs networks nwfilters storages virtsecrets - pyflakes vrtManager accounts admin appsettings computes console create datasource instances interfaces \ - nwfilters networks secrets storages logs + logs networks nwfilters storages virtsecrets - python manage.py migrate - python manage.py test --settings=webvirtcloud.settings-dev diff --git a/Dockerfile b/Dockerfile index 4582751..6bd18b0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM phusion/baseimage:18.04-1.0.0 +FROM phusion/baseimage:focal-1.0.0 EXPOSE 80 EXPOSE 6080 diff --git a/README.md b/README.md index d0dc575..055ad67 100644 --- a/README.md +++ b/README.md @@ -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 -###### Python3 & Django 2.2 +###### Python 3.x & Django 3.2 LTS ## Features * QEMU/KVM Hypervisor Management diff --git a/admin/templates/admin/group_list.html b/admin/templates/admin/group_list.html index d101466..1f9562f 100644 --- a/admin/templates/admin/group_list.html +++ b/admin/templates/admin/group_list.html @@ -9,9 +9,7 @@ {% icon 'plus' %} -