Closed nadavshoshan closed 4 years ago
-Added .gitignore to ignore .vagrant folder created after using Vagrant. -Added Vagrantfile with an updated configuration -Added givitDjango app which includes Helloworld page -we couldn't install Django directly from the vagrant file
try to add bootstrap.sh file with the command: sudo pip3 install django==3.1
sudo pip3 install django==3.1
and call this file from the vagrantfile with: config.vm.provision "shell", path: "bootstrap.sh"
config.vm.provision "shell", path: "bootstrap.sh"
-Added .gitignore to ignore .vagrant folder created after using Vagrant.
-Added Vagrantfile with an updated configuration -Added givitDjango app which includes Helloworld page -we couldn't install Django directly from the vagrant file