We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Setup and connect to vagrant
go into volontulo directory and run:
vagrant up vagrant ssh
How to run application on your vagrant environment
vagrant ssh cd volontulo python3 manage.py runserver 0.0.0.0:8000 --settings=volontulo_org.settings.dev_vagrant
In browser type:
localhost:8000