network_inventory/customer/apps.py
2020-01-07 20:11:36 +01:00

6 lines
91 B
Python

from django.apps import AppConfig
class CustomerConfig(AppConfig):
name = 'customer'