Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 1.08 KB

README.md

File metadata and controls

46 lines (28 loc) · 1.08 KB

django ERP

Django ERP is an open-source, user-oriented, ERP system based on Django framework.

Pre-requisites

Make sure you have the following pre-requisites installed:

Installation

  1. Checkout sources from the GIT repository:

    git clone https://github.com/djangoERPTeam/django-erp.git

  2. Copy and rename djangoerp/settings/base.py.tmpl to djangoerp/settings/base.py.

  3. Edit the djangoerp/settings/base.py content.

  4. Initialize the database and all applications:

    python manage syncdb

  5. Test the installation running the development web-server (http://localhost:8000 on your browser):

    python manage runserver