This commit is contained in:
7
manufacturing/apps.py
Normal file
7
manufacturing/apps.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class ManufacturingConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'manufacturing'
|
||||
verbose_name = 'Производство (КД/BOM)'
|
||||
Reference in New Issue
Block a user