From 46ad2a84483a224d868a35bd137bb9937b33f3bf Mon Sep 17 00:00:00 2001 From: trbs Date: Mon, 22 Oct 2012 22:26:45 +0200 Subject: [PATCH] removed references to django-command-extensions --- docs/installation_instructions.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation_instructions.rst b/docs/installation_instructions.rst index 5b73905d8..a8b460c43 100644 --- a/docs/installation_instructions.rst +++ b/docs/installation_instructions.rst @@ -70,7 +70,7 @@ Tracking the development version of *django command extensions* should be pretty stable and will keep you up-to-date with the latests fixes. The following command will check the application's source code out to a -directory called *django-command-extensions*: +directory called *django-extensions*: Git:: @@ -84,7 +84,7 @@ site-packages directory. :: - ln -sf /full/path/to/django-command-extensions/django_extensions /usr/lib/python2.7/site-packages/django_extensions + ln -sf /full/path/to/django-extensions/django_extensions /usr/lib/python2.7/site-packages/django_extensions You can verify that the application is available on your PYTHONPATH by opening a Python interpreter and entering the following commands: