2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 13:05:42 +00:00
This commit is contained in:
Matthias
2021-11-20 13:44:31 +01:00
parent 57aefc8100
commit 67fa4cc119
2 changed files with 1 additions and 3 deletions

View File

@ -9,7 +9,7 @@ from importlib import reload
from django.apps import AppConfig, apps
from django.conf import settings
from django.db.utils import OperationalError, ProgrammingError
from django.conf.urls import url, include
from django.conf.urls import url
from django.urls import clear_url_caches
from django.contrib import admin
from django.utils.text import slugify