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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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