Skip to content

Commit

Permalink
Fix typo error
Browse files Browse the repository at this point in the history
  • Loading branch information
goinnn committed Oct 2, 2013
1 parent 2af5a4d commit b8977d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ file:admin/change_list.html
<link rel="stylesheet" type="text/css" href="XXX" />
{% endblock %}

Patche
======
Patches
=======

If you set TEMPLATE_DEBUG = False in settings.py you must patch django code. You can find the patch in the patches directoy::
If you set TEMPLATE_DEBUG = False in settings.py you must patch the django code. You can find the patches in the patches directoy::

# If you are using django 1.5
patch -p2 -N -d my/path/of/django/ -i ./patches/patch1.5.diff
Expand Down

0 comments on commit b8977d4

Please sign in to comment.