add patching instructions.

This commit is contained in:
Schuyler Erle 2011-09-02 09:10:56 +00:00
parent c07ccc27ee
commit 8bae1aec82

5
README
View File

@ -19,6 +19,11 @@ Get:
virtualenv .
pip -E . install -r requirements.txt
Patch:
wget https://code.djangoproject.com/raw-attachment/ticket/9806/9806.5.diff
cd src/django
patch -p0 < ../../9806.5.diff
Develop:
create gazetteer/local_settings.py