mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 19:15:41 +00:00
574e0d4f62c87d860696c1ff5c45654ba4f6f7ad
InvenTree
Open Source Inventory Management System
Installation
When first installing InvenTree, initial database configuration must be performed. This is handled by the install.py
script, which performs the following actions:
- Installs required django packages (requires pip)
- Performs initial database setup
- Updates database tables for all InvenTree components
This script can also be used to update the installation if changes have been made to the database configuration.
To create an initial user account, run the command python InvenTree/manage.py createsuperuser
Documentation
For project code documentation, refer to the online documentation (auto-generated)
Description
Languages
Python
68.8%
TypeScript
29.6%
HTML
0.8%
Shell
0.6%
Dockerfile
0.1%