2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-13 10:35:40 +00:00

Note about the wrong invoke being called. (#7801)

This commit is contained in:
Niclas Hedhman
2024-08-03 23:54:25 +02:00
committed by GitHub
parent 3e5b1a012b
commit 463e81d88c

View File

@ -239,6 +239,7 @@ Run the following command to initialize the database with the required tables.
cd /home/inventree/src
invoke update
```
NOTE: If you are on Debian, and get "No module named 'django', it might be that `/usr/bin/invoke` are used. Make sure that the python environment (`/home/inventree/env/bin`) is ahead in the PATH variable.
### Create Admin Account