Skip to content

ERP Project is an Enterprise Resource Planning Application, developed using Python Django Framework.

Notifications You must be signed in to change notification settings

wizzleshan/ERPProject

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ERP Poject

ERPProject is an Enterprise Resource Planning Project has 7 businnes module and developed by 7 student group named SOLATE, and now them a bachelor degree of Universitas Trunojoyo Madura.

modules that have been developed is:

The Application is the result of the research, after doing research in PT. IGLAS (Persero), that the company is Indonesian Glass packaging industri. so the business process of the application is following business process in the company.

Thank a lot:

Install

First of all you obviously need to clone this project locally, so you must install git application on your machine. git clone https://github.com/darklow/django-suit.git.

Python

You must install python on your machine, because the base of programming in this application using python. sudo apt-get install python. automatically your machine will installed 2.7 python version

Virtual Enveronment ================== our suggestion for you, to make a python virtual enveronment. the enveronment make you easiely to developing the application. see the virtual enveronment docs.

Django & Python modules ======================

  • Setup a new virtual env and activate it.
  • pip install -r requirement.txt to install the correct version of Django

Database

Default, the database of application using SQLite Database. but you can changing the database with PostgreSQL if you want, with little configuring in setting.py file.

./manage.py syncdb to make a database automatically, without write line by line Database Code. It's Simple..

Running the project

  • ./manage.py runserver to running the server.
  • than open your browser and insert url 127.0.0.1:8000.
  • installation done and the application already running.

About

ERP Project is an Enterprise Resource Planning Application, developed using Python Django Framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 29.1%
  • HTML 27.2%
  • CSS 26.8%
  • Python 15.4%
  • PHP 1.3%
  • ActionScript 0.2%