Restructure cookbook directories and use Grappelli for the admin interface.
[cookbook.git] / README
diff --git a/README b/README
index e07153884528c47f8af5c0cfe3a39ea1c1dd56e0..5d723f24c1fc8b617fa81e730ea6a3556913ddb8 100644 (file)
--- a/README
+++ b/README
@@ -16,7 +16,7 @@ Dependencies
 ------------
 
 Outside of Django_ and the Python_ standard libraries, the only
-required dependencies are `django-taggit`_ (docs__) and
+required dependencies are Grappelli_, `django-taggit`_ (docs__) and
 `python-markdown`_.
 
 __ dt2-docs_
@@ -28,6 +28,7 @@ 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.
@@ -55,6 +56,7 @@ That's a good place to start if you're new to Django.
 .. _Django: https://www.djangoproject.com/
 .. _Git: http://git-scm.com/
 .. _cookbook: http://physics.drexel.edu/~wking/code/git/gitweb.cgi?p=cookbook.git
+.. _Grappelli: https://github.com/sehmaschine/django-grappelli
 .. _django-taggit: https://github.com/alex/django-taggit
 .. _dt2-docs: http://django-taggit.readthedocs.org/en/latest/
 .. _python-markdown: http://pypi.python.org/pypi/Markdown