Skip to content

Instantly share code, notes, and snippets.

@statico
Created March 29, 2011 18:29
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save statico/892940 to your computer and use it in GitHub Desktop.
Save statico/892940 to your computer and use it in GitHub Desktop.
Additions to settings_local.py
# Change these to your libgeos paths!
GEOS_LIBRARY_PATH = '/opt/local/lib/libgeos_c.dylib'
GDAL_LIBRARY_PATH = '/opt/local/lib/libgdal.dylib'
GEOIP_LIBRARY_PATH = '/opt/local/lib/libGeoIP.dylib'
GEOIP_PATH = '/opt/local/share/GeoIP/'
# Disable compression if you need to debug JavaScript. You need to set both.
COMPRESS = False
ASSETS_DEBUG = True
# Change this to your path to sass
SASS_BIN = '/Users/ian/.gem/ruby/1.8/bin/sass'
# Doing facebook work? This works with http://localhost:8000
FB_API_KEY='c904cd3694cfef68de6cf978807dd0c4'
FB_SECRET='248d603ea7ab1310d82ad790aca31aab'
FB_APP_ID='100590770027505'
# Execute celery tasks immediately. No celery daemon needed.
CELERY_ALWAYS_EAGER = True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment