2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-17 17:11:09 +00:00

Refactor "CreatePartCategory" form to API

(cherry picked from commit 06ff961564)
This commit is contained in:
Oliver
2021-08-04 11:33:20 +10:00
parent 8daf601f00
commit 83d8226ad6
5 changed files with 46 additions and 110 deletions

View File

@@ -65,9 +65,6 @@ category_parameter_urls = [
category_urls = [
# Create a new category
url(r'^new/', views.CategoryCreate.as_view(), name='category-create'),
# Top level subcategory display
url(r'^subcategory/', views.PartIndex.as_view(template_name='part/subcategory.html'), name='category-index-subcategory'),