Skip to content

E-commerce website for buying and selling livestock using django framework

Notifications You must be signed in to change notification settings

DimasGithub/ternak

Repository files navigation

BukaTernak.com

E-commerce website for buying and selling livestock using django framework

The Tools Needed

  • Install Mysql
  • Install Python
  • Install Django V 3.0 +
  • 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 with the name bukaternak
  8. Open the source code folder that has been copied, then migrate the database python manage.py migration
  9. Finally, run the django server python manage.py runserver
    1. Result

About

E-commerce website for buying and selling livestock using django framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published