projects
/
cookbook.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54ef55b
)
Actually, you don't need to collectstatic (it's for easy deployment?).
author
W. Trevor King
<wking@drexel.edu>
Fri, 5 Aug 2011 16:21:15 +0000
(12:21 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Fri, 5 Aug 2011 16:21:15 +0000
(12:21 -0400)
README
patch
|
blob
|
history
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)::
- $ python example/manage.py collectstatic
$ python example/manage.py syncdb
See the `Django documentation`_ for more details.