mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-26 00:30:51 +00:00
.devcontainer
.devops
.github
.vscode
assets
contrib
docs
_includes
ci
docs
api
app
assets
barcodes
concepts
develop
javascripts
manufacturing
part
plugins
project
purchasing
releases
report
sales
settings
start
stock
stylesheets
webfonts
__init__.py
demo.md
faq.md
hooks.py
index.md
privacy.md
security.md
generated
.gitignore
LICENSE
README.md
__init__.py
extract_schema.py
main.py
mkdocs.yml
mlc_config.json
requirements.in
requirements.txt
src
.git-blame-ignore-revs
.gitattributes
.gitignore
.pkgr.yml
.pre-commit-config.yaml
.python-version
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
Procfile
README.md
SECURITY.md
biome.json
codecov.yml
crowdin.yml
pyproject.toml
readthedocs.yml
requirements.txt
runtime.txt
tasks.py
* refactor * rename functions * move checking for a package install out * [FR] Add check to cli tools to confirm the right commands for deployment method are used Fixes #9684 * also log pkg enviroment detection * vendor is_true * ensure content is loaded in pkg enviroment * fix tests and imporve error message * cleanup * simplify * ensure runs in misconfed enviroment