Skip to content

Instantly share code, notes, and snippets.

View domguard's full-sized avatar

domguard

  • Europe occidentale
  • 04:11 (UTC +02:00)
View GitHub Profile
@melvincarvalho
melvincarvalho / MyProfile
Created July 10, 2012 09:46
command line to MyProfile
#!/usr/bin/env python
import urllib
import httplib2
cert_file = 'e.pem'
http = httplib2.Http(disable_ssl_certificate_validation=True)
http.add_certificate('', cert_file, domain='')
@fcurella
fcurella / django_postgis_on_os_x.md
Created July 27, 2012 15:22
Django and Postgis on OS X

Django and Postgis on OS X

Install Homebrew

Install a few things with homebrew:

Notice that some packages give you information at the end, read it carefully. To recall that info use brew info like this: $ brew info postgresql

$ brew install python --universal