upgrade django to 3.2.18 (#74867)
gitea/publik-devinst/pipeline/head There was a failure building this commit Details

This commit is contained in:
Frédéric Péters 2023-02-26 19:41:20 +01:00 committed by Thomas NOEL
parent b03546b336
commit ae04037004
2 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,6 @@
clean_venv: false
compile_theme: true
django_version: 2.2.26
django_version: 3.2.18
delete_all_tenants: true
git_ssh: false
devinst_share: /usr/local/share/publik-devinst

View File

@ -6,8 +6,6 @@
import glob
import os
from django.utils import six
{% block app_custom_before %}{% endblock %}
PROJECT_NAME = "{{project_name}}"