Skip to content

Instantly share code, notes, and snippets.

@tanvirraj
Last active August 29, 2015 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tanvirraj/e07985c845ec1da47c91 to your computer and use it in GitHub Desktop.
Save tanvirraj/e07985c845ec1da47c91 to your computer and use it in GitHub Desktop.
#install postgis
brew install postgis
#start virtualenv
#install dependency
#install pil , pillow
#install distribute without version
# setup databage templeate postgis.sh
# setup postgis path into postgis.sh
# fix bug at vintualenv about postgis verison
bug :: django.contrib.gis.geos.error.GEOSException: Could not parse version info string "3.4.2-CAPI-1.8.2 r3921"
solution : subl /Users/tanvir/code/python/access/venv/lib/python2.7/site-packages/django/contrib/gis/geos/libgeos.py
# take databage backeup
# migrate
# fix local_setting.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment