network_inventory/core/apps.py
Andreas Zweili e64551ca53 add core app
2020-01-07 20:11:05 +01:00

6 lines
83 B
Python

from django.apps import AppConfig
class CoreConfig(AppConfig):
name = 'core'