Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Latest commit

 

History

History
27 lines (16 loc) · 665 Bytes

readme.md

File metadata and controls

27 lines (16 loc) · 665 Bytes

Wagtail cookiecutter

A cookiecutter template for Wagtail sites.

What's included

  • A Django project with Wagtail preinstalled
  • A home and search app
  • Vagrant configuration (using the torchbox/wagtail base box)
  • Heroku configuration
  • Sphinx docs

Usage

Firstly, make sure cookiecutter is installed. See Installation

Then run:

 cookiecutter https://github.com/torchbox/cookiecutter-wagtail.git

Answer the questions and you're done!