Blogs about: Django
Featured Blog
Django Updates
1.0 Release The long awaited version 1.0 of Django is set for release early in September this year (2008). Looks like all the features that they would like to include need to be in by the August fee… more »
P3NK!N
Django web programming
wonderingpondering wrote 2 weeks ago: Django is designed to do complex web programming quickly and simply. And, they say, it’s easy … more »
Matt - Building a Web Application in 32 Hours
enzofsilva wrote 2 weeks ago: I have to admit that,typos aside, TechCrunch remains one of my favorite sources of information on te … more »
The Garage
Kimberly wrote 1 month ago: Yes. It is in a garage. Actually, an old carriage house (sounds more rustic, no?) If you mosey on do … more »
A little Django flatpage trick
— 2 comments
mrlauer wrote 1 month ago: For each general area of my humble little website, I have a base template that takes care of a links … more »
Adobe Flex
— 1 comment
Geert wrote 1 month ago: I recently bought Peter Armstrong’s Flexible Rails (by Manning) and so far I have to say like … more »
How to dive into another team's Django code
— 4 comments
John wrote 1 month ago: I’m starting to learn my way around another team’s Django project. They started from ye … more »
Django, Sphinx, and full-text search
michaelangela wrote 2 months ago: This makes some interesting things possible. And it makes sense just looking at it. That’s ev … more »
Some AJAX in Django
mrlauer wrote 2 months ago: Months ago I started looking into doing AJAXy things within Django, and (typically for me) never act … more »
Some HTML text utilities
mrlauer wrote 2 months ago: I’ve just added some utilities to my website: A converter that takes HTML entities to/from th … more »
Django blogging apps...
michaelangela wrote 2 months ago: that are more or less ready to use. The list is at the following link. Empty Thoughts: Django Blog … more »
Bash and Django - working together
michaelangela wrote 2 months ago: A note… definitely something to come back to. Talk Funnel » Blog Archive » Django bash she … more »
Newforms Admin lands in Trunk :(
theretard wrote 13 hours ago: Just when I thought I finished learning about the the now “old” admin yesterday, the new … more »
Some notes on handling Development and Production Servers.
b23 wrote 17 hours ago: How to find out if we are on development or production? The first thing I do is to define a variable … more »
From No Clue to 3 Websites with Django in 1 week
TJ wrote 22 hours ago: I started “40 hours ago” without much knowledge of Python or Django (I had played with b … more »
SelectMultiple for a Google App Engine ListProperty using Django Forms
jamstooks wrote 5 days ago: I just started with Google App Engine the other day. Man, who could resist a free server environment … more »
Speed up your functional Django tests
jvloothuis wrote 5 days ago: Test should run as fast as possible to really integrate them into your development flow. You can ima … more »
Repeatable Django installations
— 1 comment
jvloothuis wrote 1 week ago: Don’t you hate it when you have to spend lots of time tracking down dependencies etc. when joi … more »
BBCode markup in Django
— 2 comments
b23 wrote 1 week ago: Why BBCode? I’m a big fan of reStructuredText but faced the problem of being forced to use two … more »
HTML color code field
b23 wrote 1 week ago: I needed a field that checks that the value is a valid HTML color code (Hex triplet) like #FFEE00. I … more »
