Post tags / django
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
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 ...

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.

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.

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.

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, ...