Update to Django 4.2 (need to fix API)
This commit is contained in:
parent
b03bc3cca4
commit
8c57eb8096
5 changed files with 49 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue