Go to file
2017-04-10 22:55:55 +02:00
InvenTree Documentation for part fields 2017-04-01 13:31:48 +11:00
requirements Modernized environment 2017-04-10 22:55:25 +02: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 Updating travis file to use Makefile commands 2017-04-10 22:55:55 +02:00
LICENSE Initial commit 2017-03-23 12:44:10 +11:00
Makefile Modernized environment 2017-04-10 22:55:25 +02:00
README.md Update README.md 2017-04-01 13:19:37 +11:00
roadmap.md Update roadmap.md 2017-04-02 23:46:00 +10:00
setup.cfg Modernized environment 2017-04-10 22:55:25 +02: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)

Coding Style

All python code should conform to the PEP 8 style guide. Run the pep_check.py script which will compare all source (.py) files against the PEP 8 style.