A fix for your fixtures and your models subdir
October 27th, 2009
For those of you who keep your models in a subdirectory, you may have noticed that you can't properly load fixtures. This is because Django checks for the location of ...
For those of you who keep your models in a subdirectory, you may have noticed that you can't properly load fixtures. This is because Django checks for the location of ...
At work, we tend to have several people working on a project at once. When its time to deploy, we deploy to several servers at once. One pain point that ...
While building pyvcs and django-vcs over 4th of July weekend with Alex Gaynor [ announcement ], there were a few interesting lessons learned, mostly revolving around how setuptools works. As ...
Database Views will make their appearance in the upcoming Django 1.1 release. Having used them for my latest project, there are a few gotchas when it comes to using them. ...
Before my talk at django-nyc tonight, I thought it might be good to post some slides so I can point people at where to find the code and slides from ...
For those who've hit the following complaint with django (like I just did): psycopg2.InternalError: current transaction is aborted, commands ignored until end of transaction block You need to set up ...
I've been in the process of unforking my code from brosner's oebfare blogging engine. In doing so, I've decided to remove some of the pain points along the way. For ...
For those setting up Django on Google App Engine on version after the signals refactor, the following fix is needed for the code supplied by Google. # Log errors. django.dispatch.dispatcher.connect( ...
I recently gave a talk at this past django-nyc meeting based on my article in PyMag. While the slides likely won't make much sense without hearing me talk over them, ...
My first project for the new job has been creating an internationalized version of the website. I think it also serves as a good test run for how django works ...
I'm safely in NYC and I'm slowly getting acclimated to it. There is no wifi at the place, so posts have all but stopped. When I get a more stable ...
A few close friends already know about this, but I have been offered a job in New York City with the amazing folks at Huge Inc where I'll be working ...
As I near the end of my run with AiO, I've been asked to come up with a portfolio. This has been pretty time consuming as there have been several ...
Well, here it is. Redesign time. The old design of justinlilly.com left much to be desired in terms of spacing and font choice. After staring at Georgia for a few ...
In honor of the election day today, I'd like to give a quick tutorial on django-voting, a reusable application which gives you reddit-style voting capabilities on generic objects. Django-Voting, itself, ...
For those poor souls, much like myself, who are forced to deploy Django on IIS.. I feel your pain. I spent the better part of my morning fixing a broken ...
Those who follow this blog have likely heard me mention it, but for those who haven't, I have a recently published article in Python Magazine titled "Django at 30,000ft: A ...
I'm currently working with someone much better at programming than I am, <a title="Eric Abrahamsen" href="http://ericabrahamsen.net/">Eric Abrahamsen</a>, to refactor and rethink gencal. For those who have made your way here, ...
Congratulations to all involved in Django 1.0 beta 1's release! Can't wait for DjangoCon for the 1.0 release party!
I've just released simple_gencal which is the tag referenced in my previous post. I'll be working towards better documentation, error checking and such in the coming weeks. Just figured I'd ...
Looking back at gencal's codebase, I was a bit ashamed to find how poorly laid out it was. It took me quite some time to figure out exactly how to ...
Having killed the old blog, I've decided not to migrate the posts over. That being said, I think there was some solid information in those posts so I'd like to ...