mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-06-03 08:25:41 +02:00
isort
This commit is contained in:
parent
8be4adb756
commit
1dc09ee255
@ -1,9 +1,8 @@
|
|||||||
|
from .local_urls import local_urlpatterns
|
||||||
from django.conf import settings
|
from django.conf import settings
|
||||||
from django.conf.urls.static import static
|
from django.conf.urls.static import static
|
||||||
from django.contrib import admin
|
from django.contrib import admin
|
||||||
from django.urls import include, path
|
from django.urls import include, path
|
||||||
from .local_urls import local_urlpatterns
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
urlpatterns = [
|
urlpatterns = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user