From 7eef56feff23aa1bf90f68f49764530f1726cef8 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 5 Aug 2011 12:21:15 -0400 Subject: [PATCH] Actually, you don't need to collectstatic (it's for easy deployment?). --- README | 1 - 1 file changed, 1 deletion(-) 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. -- 2.26.2