Skip to content

julyane/django-erp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.2%
  • HTML 1.8%