项目作者: DimasGithub

项目描述 :
Implemetation of the django framework Simple Additive Weighting (SAW) decision support system
高级语言: Python
项目地址: git://github.com/DimasGithub/DECISION-SUPPORT-SYSTEM.git
创建时间: 2020-04-30T06:27:49Z
项目社区:https://github.com/DimasGithub/DECISION-SUPPORT-SYSTEM

开源协议:

下载


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