Update to Django 4.2 (need to fix API)

This commit is contained in:
Jean-Baptiste Doderlein 2023-11-07 15:01:10 +01:00
parent b03bc3cca4
commit 8c57eb8096
5 changed files with 49 additions and 2 deletions

View file

@ -2,7 +2,8 @@
# SPDX-License-Identifier: GPL-3.0-or-later
from django.conf import settings
from django.conf.urls import url, include
from django.conf.urls import include
from django.urls import re_path as url
from rest_framework import routers
from .views import UserInformationView