network_inventory/inventory/apps.py
Andreas Zweili dcc3e39914 restructure the project
Make the file tree a bit flatter in order to make the project less confusing
2020-01-07 18:10:57 +01:00

6 lines
93 B
Python

from django.apps import AppConfig
class InventoryConfig(AppConfig):
name = 'inventory'