Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/megane42/vagrant-python2-django197

A Vagrantfile to build django-ready VM.
https://github.com/megane42/vagrant-python2-django197

Last synced: 7 days ago
JSON representation

A Vagrantfile to build django-ready VM.

Awesome Lists containing this project

README

        

# Vagrantfile for Django

## Requirement

* Virtualbox
* Vagrant

## Build VM

On your host machine:

* `$ vagrant plugin install vagrant-vbguest`
* `$ vagrant up`
* This may fail with error `Failed to mount folders in Linux guest` just once.
* `$ vagrant reload`

## Start Django

On your guest machine:

* `$ django-admin startproject mysite`
* `$ python manage.py runserver 0.0.0.0:8000`