From 0c29f75f90316d6e70a2547b90e6ec865ef90f90 Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Thu, 11 Sep 2014 16:12:30 +0100 Subject: [PATCH] Changelog and release notes for wagtail start command --- CHANGELOG.txt | 1 + docs/releases/0.6.rst | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 1bad9fa751..e2842e12e6 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -3,6 +3,7 @@ Changelog 0.6 (xx.xx.20xx) ~~~~~~~~~~~~~~~~ + * Added 'wagtail start' command and project template * Added Django 1.7 support * Added {% routablepageurl %} template tag (Tim Heap) * Added RoutablePageMixin (Tim Heap) diff --git a/docs/releases/0.6.rst b/docs/releases/0.6.rst index f8895850ec..5899a3b39a 100644 --- a/docs/releases/0.6.rst +++ b/docs/releases/0.6.rst @@ -10,6 +10,13 @@ Wagtail 0.6 release notes - IN DEVELOPMENT What's new ========== +Project template and start project command +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Wagtail now has a basic project template built in to make starting new projects much easier. + +To use it, install ``wagtail`` onto your machine and run ``wagtail start project_name``. + Django 1.7 support ~~~~~~~~~~~~~~~~~~