/wagtailsites

Showcase of sites made with Wagtail

Primary LanguagePython

Codeship Status for springload/wagtailsites

Made with Wagtail (wagtailsites)

This is the source code of Made with Wagtail.

Installation

Install Vagrant and VirtualBox:

Setup

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