network_inventory/core/apps.py
2022-03-27 14:50:44 +02:00

6 lines
83 B
Python

from django.apps import AppConfig
class CoreConfig(AppConfig):
name = "core"