mirror of
https://github.com/inventree/InvenTree.git
synced 2025-09-24 11:30:19 +00:00
Added PartCategory
- Parent can be null (top-level category) - Parent can be other PartCategory
This commit is contained in:
5
InvenTree/part/admin.py
Normal file
5
InvenTree/part/admin.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from django.contrib import admin
|
||||
|
||||
from .models import PartCategory
|
||||
|
||||
admin.site.register(PartCategory)
|
Reference in New Issue
Block a user