Blog Index
Adding helpful traceback snippets to your queries using SQL comments
Lately we've come across a bit of an issue with dependencies. We use pip and virtualenv for our projects and it works great for installing Python dependencies. However it is not so great if the dependency is a Django pluggable application. There is more you have to do

3

May 09

Django-District Meetup
by Justin Quick

Summary of Thursday's meeting w/ slides from the API Builder

21

Apr 09

When we looked at the effects of our efforts to reduce Internet Explorer 6, we noticed a very interesting trend in browser usage.
Provides a data interface for external applications outside of Django. Supports Authorization/Authentication against existing Django User objects. Comes with example libraries in Python and JavaScript (more to come)

21

Mar 09

djangotidbits.com
by Hose-A S-Warez

This started out as a simple extension of my blog over a year ago. It was called snippets at the ...

26

Feb 09

Training Video of the Week (2/25/09): "Becoming a Software Testing Expert"
The Washington Times has always focused on content. After careful review, we determined that the best way to have the top tools to produce and publish that content is to release the source code of our in-house tools and encourage collaboration.

12

Feb 09

Every week at the Washington Times we have a training session that includes watching and discussing a video. Here is the video for 2/11/2009.

12

Feb 09

Will work for fun
by Hose-A S-Warez

I have a few philosophies, such as "if I stop having fun at my job, It's time to move on." All the IT related jobs that I have held have been fun in one way or another. For example, my first job in the IT field was doing Coldfusion. We actually had more fun then we should have, and overall, it was a good experience. I've also stayed friends with most of the developers and we hang out from time to time.

11

Feb 09

Fixtures

Now normally, unittests in Django will run and validate anything you specify in your TestCase class, and then once ...

Sometimes it is nice to have the Django Documentation in a browser that doesn't quit every time you quit or change browsers.

29

Jan 09

Every week at the Washington Times we have a training session that includes watching and discussing a video. Here is the video for 1/28/2009.

26

Jan 09

Every week at the Washington Times we have a training session that includes watching and discussing a video. Here is the video for 1/23/2009. It was late due to illness.

17

Jan 09

When I started to learn django, i fell in love with django forms, or newforms as it was called then. It made writing forms a lot more enjoyable. So like many relationship, it started out great, we, (me and django forms), were having a great time together, having fun spending a lot of time together, great. Then we started to get serious and that's when things became more complicated.

15

Jan 09

Every week at the Washington Times we have a training session that includes watching and discussing a video. Here is the video for 1/14/2009.

12

Jan 09

Sometimes you need to create a Generic Many-to-Many relation and edit it in the admin. Here is a way to do it by overriding the InlineModelAdmin, some Javascript and some new templates.

26

Dec 08

Starting a new job means setting up a new computer. With a clean slate, a blank canvas, a fresh start, ...