From: W. Trevor King Date: Fri, 5 Aug 2011 16:21:15 +0000 (-0400) Subject: Actually, you don't need to collectstatic (it's for easy deployment?). X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7eef56feff23aa1bf90f68f49764530f1726cef8;p=cookbook.git Actually, you don't need to collectstatic (it's for easy deployment?). --- diff --git a/README b/README index 5d723f2..bded2c0 100644 --- 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):: - $ python example/manage.py collectstatic $ python example/manage.py syncdb See the `Django documentation`_ for more details.