network_inventory/computers/apps.py
2020-01-12 14:36:44 +01:00

6 lines
93 B
Python

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