Actually, you don't need to collectstatic (it's for easy deployment?).
authorW. Trevor King <wking@drexel.edu>
Fri, 5 Aug 2011 16:21:15 +0000 (12:21 -0400)
committerW. Trevor King <wking@drexel.edu>
Fri, 5 Aug 2011 16:21:15 +0000 (12:21 -0400)
README

diff --git a/README b/README
index 5d723f24c1fc8b617fa81e730ea6a3556913ddb8..bded2c03e0ad9847485318aa9677d24c4e97126a 100644 (file)
--- a/README
+++ b/README
@@ -28,7 +28,6 @@ If you don't have a Django project and you just want to run cookbook as
 a stand-alone service, you can use the example project written up in
 `example`.  Set up the project (once)::
 
 a stand-alone service, you can use the example project written up in
 `example`.  Set up the project (once)::
 
-  $ python example/manage.py collectstatic
   $ python example/manage.py syncdb
 
 See the `Django documentation`_ for more details.
   $ python example/manage.py syncdb
 
 See the `Django documentation`_ for more details.