Skip to content

zhouji0212/django-erp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django ERP

Build Status

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/django-erp/django-erp.git

    It will clone the entire repository in a folder called django-erp:

    cd django-erp

  2. Install all pre-requisities (better inside a virtualenv) using pip:

    pip install -r requirements.txt

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

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

  5. Initialize the database and all applications:

    python manage migrate

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

    python manage runserver

Compile documentation

  1. Install required packages

    pip install sphinx sphinx-autobuild

  2. Change to docs directory

    cd docs

  3. Run builder

    make html

About

An open-source ERP system based on Django

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 84.1%
  • HTML 9.9%
  • CSS 6.0%