add patching instructions.
This commit is contained in:
parent
c07ccc27ee
commit
8bae1aec82
5
README
5
README
|
@ -19,6 +19,11 @@ Get:
|
||||||
virtualenv .
|
virtualenv .
|
||||||
pip -E . install -r requirements.txt
|
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:
|
Develop:
|
||||||
create gazetteer/local_settings.py
|
create gazetteer/local_settings.py
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user