Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 911 Bytes

README.md

File metadata and controls

52 lines (33 loc) · 911 Bytes

Open Source Enterprise Resource Planning.

Code style: black License: MIT

ERPv is a business management tool which currently includes management of the following functions.

  • Inventory
  • Manufacturing
  • Procurement
  • Sales

Development Setup

Requirements

Process

  1. Install the required dependencies with pip.
pip install -r requirements.txt
  1. Run database migrations to setup the database.
python manage.py migrate
  1. Create a user.
python manage.py createsuperuser
  1. Run the server.
python manage.py runserver