information system and ordering services for the Pemalang district using django framework
- Install Mysql
- Install Python
- Install Django V 3.0 +
- Download this 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 with the name bukaternak
- Open the source code folder that has been copied, then migrate the database
python manage.py migration
- Finally, run the django server
python manage.py runserver