add patching instructions.
This commit is contained in:
parent
c07ccc27ee
commit
8bae1aec82
1 changed files with 5 additions and 0 deletions
5
README
5
README
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue