network_inventory/src/licenses/apps.py

6 lines
91 B
Python
Raw Permalink Normal View History

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