Changelog and release notes for wagtail start command

stable/0.6.x
Karl Hobley 2014-09-11 16:12:30 +01:00
rodzic 33ddcb8395
commit 0c29f75f90
2 zmienionych plików z 8 dodań i 0 usunięć

Wyświetl plik

@ -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)

Wyświetl plik

@ -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
~~~~~~~~~~~~~~~~~~