web_develop
1.0.0
Source code project of the book "Practical Practical Practice of Python Web Development"
To enter the virtual machine, please first update the project code base:
❯ cd web_develop
❯ git pull --rebase origin master
Can you click a star when fork?
If you start using Vagrant, the prompt is similar to the following information:
==> default: A newer version of the box 'dongweiming/web_develop' is available! You currently
==> default: have version '0.X'. The latest is version '0.Y'. Run
==> default: `vagrant box update` to update.
Then you can use vagrant box update to update.
If the box file is slow to download, you can download it through Baidu Netdisk and then use vagrant box add dongweiming/web_develop virtualbox.box to initialize it.