Open Source Enterprise Resource Planning.
ERPv is a business management tool which currently includes management of the following functions.
- Inventory
- Manufacturing
- Procurement
- Sales
- Install the required dependencies with pip.
pip install -r requirements.txt
- Run database migrations to setup the database.
python manage.py migrate
- Create a user.
python manage.py createsuperuser
- Run the server.
python manage.py runserver