network_inventory/src/core/apps.py

6 lines
83 B
Python
Raw Permalink Normal View History

2020-01-07 20:11:05 +01:00
from django.apps import AppConfig
class CoreConfig(AppConfig):
2022-03-27 14:50:44 +02:00
name = "core"