Go to file
2017-03-30 19:10:48 +11:00
InvenTree Improvements for unique part 2017-03-30 08:52:54 +11:00
.gitattributes Added gitattributes file 2017-03-29 23:45:27 +11:00
.gitignore Added PartCategory 2017-03-25 23:07:43 +11:00
.travis.yml Updates 2017-03-29 08:37:41 +11:00
install.py Updated installer script 2017-03-29 14:34:41 +11:00
LICENSE Rename LICENSE2 to LICENSE 2017-03-29 23:53:52 +11:00
pep_check.py Updates 2017-03-29 08:37:41 +11:00
README.md Added installation directions 2017-03-29 11:58:34 +11:00

InvenTree

Open Source Inventory Management System

Build Status

Installation

When first installing InvenTree, initial database configuration must be performed. This is handled by the install.py script, which performs the following actions:

  1. Installs required django packages (requires pip)
  2. Performs initial database setup
  3. 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)