This is a basic Vagrant environment for Django projects.
- Django 1.5
- Python 2.7.3
- South
- Django REST Framework
All Python libraries, including Django, are installed using pip from the requirements.txt file. To add more, just expand requirements.txt, no need to alter the Vagrantfile.
- git clone git://github.com/cacois/vagrant-python-django.git
- cd vagrant-python-django
- vagrant up