network_inventory/src/customers/apps.py

6 lines
93 B
Python
Raw Permalink Normal View History

2020-01-09 21:59:37 +01:00
from django.apps import AppConfig
class CustomersConfig(AppConfig):
2022-03-27 14:50:44 +02:00
name = "customers"