X-Git-Url: http://git.tremily.us/?p=cookbook.git;a=blobdiff_plain;f=README;fp=README;h=5d723f24c1fc8b617fa81e730ea6a3556913ddb8;hp=e07153884528c47f8af5c0cfe3a39ea1c1dd56e0;hb=54ef55b5be084b7039fcc40ef4d09f2ff7424aac;hpb=bfc63a763ae32e0bf25c7087a85fb329ab3f1630 diff --git a/README b/README index e071538..5d723f2 100644 --- 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