Django ERP is an open-source, user-oriented, ERP system based on Django framework.
Make sure you have the following pre-requisites installed:
-
python >= 2.7 (required) http://www.python.org
-
pytz >= 2011h (required) http://pytz.sourceforge.net/
-
django >= 1.5.4 (required) http://www.djangoproject.com
-
south >= 0.7.3 (optional) http://south.aeracode.org/
-
apache2 (optional) http://httpd.apache.org
-
mod_wsgi (optional) http://code.google.com/p/modwsgi
-
Checkout sources from the GIT repository:
git clone https://github.com/djangoERPTeam/django-erp.git
-
Copy and rename djangoerp/settings/base.py.tmpl to djangoerp/settings/base.py.
-
Edit the djangoerp/settings/base.py content.
-
Initialize the database and all applications:
python manage syncdb
-
Test the installation running the development web-server (http://localhost:8000 on your browser):
python manage runserver