2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 19:45:46 +00:00
This commit is contained in:
Matthias
2022-05-13 01:29:32 +02:00
parent 80a2dad34e
commit 53712c2d6c
2 changed files with 1 additions and 2 deletions

View File

@ -3,7 +3,6 @@
from django.conf import settings
from django.contrib.auth.middleware import PersistentRemoteUserMiddleware
from django.http import HttpResponse
from django.shortcuts import HttpResponseRedirect
from django.shortcuts import redirect
from django.urls import reverse_lazy, Resolver404
from django.urls import include, re_path