mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-17 20:45:44 +00:00
Improve cli experience (#4881)
* fix cli call to get a fully running invoke * use relativ import This is importend when imported from outside * Add version command * Add more information to version command * make print easier to understand
This commit is contained in:
@ -9,7 +9,7 @@ import subprocess
|
||||
|
||||
import django
|
||||
|
||||
from InvenTree.api_version import INVENTREE_API_VERSION
|
||||
from .api_version import INVENTREE_API_VERSION
|
||||
|
||||
# InvenTree software version
|
||||
INVENTREE_SW_VERSION = "0.12.0 dev"
|
||||
|
Reference in New Issue
Block a user