From 7bd87fc6c4753bdd20dd1af7438aa5cb29beec11 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Fri, 5 Apr 2013 16:18:28 -0400 Subject: [PATCH] Add collectstatic command in the quickstart --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index ce28ae8f..302acfef 100644 --- a/README.rst +++ b/README.rst @@ -65,8 +65,9 @@ Create the tables:: python manage.py syncdb --migrate -Compress the statics:: +Collect and compress the statics:: + python manage.py collectstatic python manage.py compress Start the server::