7 lines
125 B
Python
7 lines
125 B
Python
|
from django.apps import AppConfig
|
||
|
|
||
|
|
||
|
class InventoryConfig(AppConfig):
|
||
|
name = "inventory"
|
||
|
verbose_name = "Inventaire"
|