kopia lustrzana https://github.com/jedie/PyInventory
6 wiersze
124 B
Python
6 wiersze
124 B
Python
![]() |
from inventory import __version__
|
||
|
|
||
|
|
||
|
def inventory_version_string(request):
|
||
|
return {"version_string": f"v{__version__}"}
|