network_inventory/src/computers/apps.py

6 lines
93 B
Python
Raw Normal View History

2020-01-12 14:36:44 +01:00
from django.apps import AppConfig
class ComputersConfig(AppConfig):
2022-03-27 14:50:44 +02:00
name = "computers"