ken3yang / django-erp

An open-source ERP system based on Django

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

An open-source ERP system based on Django

License:MIT License