This is the source code of Made with Wagtail.
Install Vagrant and VirtualBox:
$ git clone git@github.com:springload/wagtailsites.git wagtailsites
$ cd wagtailsites
$ vagrant up
[.. wait until everything gets installed]
$ vagrant ssh
[.. from your vagrant machine]
$ djrun
The demo site will now be accessible at http://localhost:8111/ and the Wagtail admin interface at http://localhost:8111/admin/ . Log into the admin with the credentials admin / changeme
.