Public Gists by robhudson

Gravatar
Thu Oct 08 16:47:35 -0700 2009
1
2
3
import datetime
 
from django.template import Library
Gravatar
Mon Oct 05 16:39:00 -0700 2009
1
2
3
"""Super minimal Disqus API client"""
import urllib
 
Gravatar
Thu May 28 07:06:09 -0700 2009
1
2
3
import os
PROJECT_PATH = os.path.realpath(os.path.dirname(__file__))
 
gist: 118990 Copy/Paste to print SQL in ...
Gravatar
Wed May 27 17:02:43 -0700 2009
1
2
3
"""
A quick copy/paste action you can drop into your `./manage.py shell` session so any
queries executed are displayed in the shell output.
Gravatar
Wed May 27 09:56:55 -0700 2009
1
2
3
from mimetypes import guess_type
from django.core.exceptions import ImproperlyConfigured
from django.core.files.storage import Storage
gist: 82605 Fork of Jacob's ipython con...
Gravatar
Fri Mar 20 15:08:28 -0700 2009
1
2
3
import os
import time
import readline