Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 243 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 243 Bytes

$ git clone git@github.com:vccabral/django-unchained.git

$ vagrant up

$ vagrant ssh

$ pip install -r requirements.txt

$ python manage.py syncdb

$ python manage.py runserver 0.0.0.0:8000

visit http://localhost:8111/ on your main machine