DimasGithub / DECISION-SUPPORT-SYSTEM

Implemetation of the django framework Simple Additive Weighting (SAW) decision support system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DECISION-SUPPORT-SYSTEM

Implemetation of the django framework Simple Additive Weighting (SAW) decision support system

The Tools Needed

  • Install Mysql
  • Install Python
  • Install Django V 3.0 +
  • Mysql client
  • Download this source code

Install Source Code

  1. First, make sure you have Python installed on your operating system
  2. Second, Install Virtualenv pip install virtualenv
  3. Create Virtaulenv virtualenv -m projectname
  4. Next Access your Virtualenv
  5. Then, Install Django pip install django
  6. Copy the source code into the created virtaulenv file
  7. Create a MySQL database (check settings.py )
  8. Open the source code folder that has been copied, then migrate the database python manage.py migrate next python manage.py migration
  9. Finally, run the django server python manage.py runserver
    1. Result

About

Implemetation of the django framework Simple Additive Weighting (SAW) decision support system


Languages

Language:Python 66.8%Language:HTML 32.0%Language:CSS 0.8%Language:JavaScript 0.3%