kopia lustrzana https://github.com/jedie/PyInventory
11 wiersze
378 B
Python
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.3.2"
|
|
|
|
# https://docs.djangoproject.com/en/2.0/ref/applications/#configuring-applications-ref
|
|
default_app_config = "inventory.apps.InventoryConfig"
|