mirror of
https://github.com/inventree/InvenTree.git
synced 2026-09-19 18:54:35 +00:00
Added PartCategory
- Parent can be null (top-level category) - Parent can be other PartCategory
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
from django.conf.urls import url
|
||||
|
||||
from . import views
|
||||
|
||||
urlpatterns = [
|
||||
url(r'^$', views.index, name='index')
|
||||
]
|
||||
Reference in New Issue
Block a user