项目作者: DimasGithub
项目描述 :
Implemetation of the django framework Simple Additive Weighting (SAW) decision support system
高级语言: Python
项目地址: git://github.com/DimasGithub/DECISION-SUPPORT-SYSTEM.git
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
- First, make sure you have Python installed on your operating system
- Second, Install Virtualenv
pip install virtualenv
- Create Virtaulenv
virtualenv -m projectname
- Next Access your Virtualenv
- Then, Install Django
pip install django
- Copy the source code into the created virtaulenv file
- Create a MySQL database (check settings.py )
- Open the source code folder that has been copied, then migrate the database
python manage.py migrate
next python manage.py migration
- Finally, run the django server
python manage.py runserver
Result

