I am looking for a working Vagrantfile that installs Python and Django onto Ubuntu 18. I need a functional/minimalist setup. It will be used for introduction to and learning Django.
I am experienced using Vagrant for developing in basic PHP environments with no framework support. I am somewhat new to frameworks. I am very new to Python and Django.
This is what I have so far. It appears to install everything fine. I can SSH in and create the virtual environment. I can create a test project. I can run the server. My browser still fails to reach it.