Archive for July, 2009
greg_allard: @jhstrauss favRT
posted on July 5th, 2009 by Twitter / greg_allard in Greg's Tweetsgreg_allard: @jhstrauss favRT
greg_allard: @D_Bat that looks great. how did you cut the corners?
posted on July 5th, 2009 by Twitter / greg_allard in Greg's Tweetsgreg_allard: @D_Bat that looks great. how did you cut the corners?
greg_allard: just noticed a @presskitn release was linked from http://cigars.about.com. @jcnewmancigars has released some new cigars http://bit.ly/18hPbC
posted on July 3rd, 2009 by Twitter / greg_allard in Greg's Tweetsgreg_allard: just noticed a @presskitn release was linked from http://cigars.about.com. @jcnewmancigars has released some new cigars http://bit.ly/18hPbC
greg_allard: Presskit’n extends free beta testing offer to non-profits http://ivylees.com/joxcM
posted on July 2nd, 2009 by Twitter / greg_allard in Greg's Tweetsgreg_allard: Presskit’n extends free beta testing offer to non-profits http://ivylees.com/joxcM
greg_allard: Presskit’n extends free beta testing offer to non-profits http://ivylees.com/joxcM
posted on July 2nd, 2009 by Twitter / greg_allard in Greg's Tweetsgreg_allard: Presskit’n extends free beta testing offer to non-profits http://ivylees.com/joxcM
A Django Model Manager for Soft Deleting Records and How to Customize the Django Admin
posted on July 2nd, 2009 by Greg Allard in Greg's Comments on the InternetYou can do this.
from somewhere import SoftDeleteManager
class NewManager(SoftDeleteManager):
”’new stuff”’
and in the model
objects = NewManager()
A Django Model Manager for Soft Deleting Records and How to Customize the Django Admin
posted on July 2nd, 2009 by pyroman in Greg's Comments on the InternetI felt the same way when I started especially since I didn’t know any python yet. And now I’m almost as comfortable as I was with php. I’m glad I moved on from php. It’s good to not be a single language developer.
A Django Model Manager for Soft Deleting Records and How to Customize the Django Admin
posted on July 1st, 2009 by pyroman in Greg's Comments on the InternetYeah, I thought I’d write that post since before using this method, I was checking the flag each time I wanted a set of records. And I was doing that for a bunch of models. Now I can apply these managers to any new model that I create and I don’t need to worry about it anymore.
greg_allard: I finally found an excuse to start using the twitter api for something. I’m using python-twitter http://bit.ly/fgLs5.
posted on July 1st, 2009 by Twitter / greg_allard in Greg's Tweetsgreg_allard: I finally found an excuse to start using the twitter api for something. I’m using python-twitter http://bit.ly/fgLs5.