Cleanup
This commit is contained in:
parent
b842442e98
commit
9aa2612327
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ Including another URLconf
|
|||
1. Import the include() function: from django.urls import include, path
|
||||
2. Add a URL to urlpatterns: path('blog/', include('blog.urls'))
|
||||
"""
|
||||
from django.contrib import admin
|
||||
from django.urls import path, include
|
||||
|
||||
from django.urls import path
|
||||
|
||||
from .views import WorkshopListView, AreaListView, BoxListView, ItemListView, ManufacturerListView, DistributorListView
|
||||
from .views import WorkshopView, AreaView, BoxView, ItemView, DistributorView, ManufacturerView
|
||||
|
|
Loading…
Reference in a new issue