Fixed the path to the admin's compress.py script in the doc.

This commit is contained in:
Julien Phalip 2012-06-16 16:23:03 -07:00
parent 1ace912f7e
commit 79ef3901da
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ Compressing JavaScript
To simplify the process of providing optimized javascript code, Django
includes a handy script which should be used to create a "minified" version.
This script is located at ``django/contrib/admin/static/js/compress.py``.
This script is located at ``django/contrib/admin/static/admin/js/compress.py``.
Behind the scenes, ``compress.py`` is a front-end for Google's
`Closure Compiler`_ which is written in Java. However, the Closure Compiler