All checks were successful
Deploy MES Core / deploy (push) Successful in 10s
7 lines
203 B
Python
7 lines
203 B
Python
from django.apps import AppConfig
|
|
|
|
class WarehouseConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'warehouse'
|
|
verbose_name = 'Склад и материалы'
|