From 574f618148f05c48105a4299caa04aece6608b6e Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Thu, 31 Jul 2014 15:19:40 +0100 Subject: [PATCH] Remove wagtail template documentation from wagtail/project_template/readme.rst, as that's now covered by the main wagtail docs --- wagtail/project_template/readme.rst | 30 ----------------------------- 1 file changed, 30 deletions(-) diff --git a/wagtail/project_template/readme.rst b/wagtail/project_template/readme.rst index 118bb5e9c..172e810ef 100644 --- a/wagtail/project_template/readme.rst +++ b/wagtail/project_template/readme.rst @@ -1,33 +1,3 @@ -{% if False %} - -================ -Wagtail template -================ - - -Setup -===== - -Install Django 1.6 on your host machine. (Be sure to explicitly uninstall earlier versions first, or use a virtualenv - -having earlier versions around seems to cause pre-1.4-style settings.py and urls.py files to be generated alongside the -new ones.) - -To start a new project, run the following commands:: - - $ django-admin.py startproject my_lovely_website --template=https://github.com/torchbox/wagtail-template/zipball/master --name=Vagrantfile --ext=html,rst - $ cd my_lovely_website - $ vagrant up - $ vagrant ssh - (then, within the SSH session:) - $ dj createsuperuser - $ djrun - - -This will make the app accessible on the host machine as http://localhost:8111/ . The codebase is located on the host -machine, exported to the VM as a shared folder; code editing and Git operations will generally be done on the host. - -{% endif %} - ================== {{ project_name }} ==================