network_inventory/src/devices/apps.py

6 lines
89 B
Python
Raw Permalink Normal View History

2020-01-09 18:01:14 +01:00
from django.apps import AppConfig
2020-01-10 00:01:06 +01:00
class DevicesConfig(AppConfig):
2022-03-27 14:50:44 +02:00
name = "devices"