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

6 lines
93 B
Python

from django.apps import AppConfig
class ComputersConfig(AppConfig):
name = "computers"