2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-04-28 05:36:46 +00:00
Oliver Walters bb99884d68 Begin deployment docs
(cherry picked from commit dd27ae2dd83256799147ab06f8f57b4d1f920d8e)
2021-04-08 21:17:58 +10:00

1.1 KiB

title
title
FAQ

Frequently Asked Questions

Feature x is not visible after update

If a particular menu / item is not visible after updating InvenTree, it may be due to your internet browser caching old versions of CSS and JavaScript files.

Before raising an issue, try hard-refreshing the browser cache:

Ctrl + Shift + R

or

Ctrl + F5

Problems Installing on Windows

InvenTree installation is not officially supported natively on Windows. Install using the WSL framework.

Command 'inv' / 'invoke' not found

If the inv or invoke command does not work, it means that the invoke python library has not been correctly installed.

Update the installed python packages with PIP:

pip3 install -U -r requirements.txt

ModuleNotFoundError: No module named 'django'

Most likely you are trying to run the InvenTree server from outside the context of the virtual environment where the required python libraries are installed.

Always activate the virtual environment before running server commands!