From 1bf3a25e2c6a00a676ea2ac93f48a65bf9335e8c Mon Sep 17 00:00:00 2001 From: Luke Hatcher Date: Tue, 4 Jun 2013 12:24:04 -0400 Subject: [PATCH] update README to include new startproject template --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 452101d6..cad1f6fa 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ See http://eldarion.com/symposion/ for commercial support, customization and hos ## Quickstart -- `pip install -r requirements.txt` -- `python manage.py syncdb` -- `python manage.py loaddata fixtures/*` +If you're interested in running symposion locally, we have built a [basic +Django startproject template that includes Symposion][1]. + +[1]: https://github.com/pinax/pinax-project-symposion