Skip to content

Commit

Permalink
removed references to django-command-extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
trbs committed Oct 22, 2012
1 parent 7a5182f commit 46ad2a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/installation_instructions.rst
Expand Up @@ -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::

Expand All @@ -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:

Expand Down

0 comments on commit 46ad2a8

Please sign in to comment.