PyInventory/inventory/__init__.py

11 wiersze
378 B
Python

"""
created 14.20.2020 by Jens Diemer <opensource@jensdiemer.de>
:copyleft: 2020 by the PyInventory team, see AUTHORS for more details.
:license: GNU GPL v3 or above, see LICENSE for more details.
"""
__version__ = "0.0.1"
# https://docs.djangoproject.com/en/2.0/ref/applications/#configuring-applications-ref
default_app_config = "inventory.apps.InventoryConfig"