2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 21:15:41 +00:00

Add "label" app

This commit is contained in:
Oliver Walters
2020-08-16 09:28:12 +10:00
parent dd77cc00b7
commit a45902bd4f
11 changed files with 193 additions and 2 deletions

5
InvenTree/label/apps.py Normal file
View File

@ -0,0 +1,5 @@
from django.apps import AppConfig
class LabelConfig(AppConfig):
name = 'label'