Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 494 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 494 Bytes

Vagrant-Python-Django: A Vagrant environment for django projects

This is a basic Vagrant environment for Django projects.

Includes:

  • 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.

To Use:

  • git clone git://github.com/cacois/vagrant-python-django.git
  • cd vagrant-python-django
  • vagrant up