Current Twitter Status

See status in context

Subsidized Fear

Terror Alert Level

Into The Past »

Links Tagged With “django” (Show All Items Tagged With “django”)

django-command-extensions - Google Code

Bookmarked via Ma.gnolia on Sunday, November 16, 2008 @ 09:44 CST by Daniel Andrlik

Excellent Django app that adds a number of useful management features to your Django project.

View Link Source

Big list of Django tips (and some python tips too)

Bookmarked via Ma.gnolia on Sunday, November 16, 2008 @ 09:32 CST by Daniel Andrlik

This is a great collection of Django tips. Worth reading through if you plan on doing any work with Django.

View Link Source

So you want a dynamic form

Bookmarked via Ma.gnolia on Friday, November 14, 2008 @ 11:21 CST by Daniel Andrlik

A useful little tutorial from James Bennett on how to produce dynamic forms with Django. Some of these techniques I have been using on my own, but he provides examples that show a much more efficient way of doing it than I have in my own code.

View Link Source

The basics of creating a tumblelog with Django

Bookmarked via Ma.gnolia on Tuesday, June 24, 2008 @ 10:49 CDT by Daniel Andrlik

I’ve been toying with adapting my site code to do this sort of thing. It’s always nice to see when someone else takes the time to publish their solution. I don’t know if I’ll end up doing exactly the same thing, but this post certainly gave me some ideas.

View Link Source

Django Pluggables: Browsing through code so you don’t have to.

Bookmarked via Ma.gnolia on Friday, April 18, 2008 @ 09:11 CDT by Daniel Andrlik

This is a neat service that collects reusable and “pluggable” Django applications that you can incorporate into your project. While many reusable apps exist, there previously wasn’t any unified listing, so you spent most of your time searching for Google Code projects that had already been put together.

This is just an awesome resource for developers using Django.

View Link Source

Using Django with Appengine

Bookmarked via Ma.gnolia on Saturday, April 12, 2008 @ 23:30 CDT by Daniel Andrlik

This is a useful guide for navigating some of the specifics of getting a Django project up and running on Google App Engine.

View Link Source

Django Rosetta

Bookmarked via Ma.gnolia on Saturday, April 12, 2008 @ 12:09 CDT by Daniel Andrlik

Via Simon Willison:

This is a real cool Django app that creates an awesome interface to help internationalize your site. Allows the adminstrator, and an optional group of designated translators to read and write your site’s gettext files.

View Link Source

Django Evolution

Bookmarked via Ma.gnolia on Saturday, April 12, 2008 @ 10:29 CDT by Daniel Andrlik

This is one of the more promising projects in progress on the Schema Migration front. Schema evolution can be a bit painful and projects like this for automatically migrating database structure based on the Python model code will be a necessity for long term projects.

View Link Source

FormWizard: multiple-step forms in Django

Bookmarked via Ma.gnolia on Wednesday, March 26, 2008 @ 15:38 CDT by Daniel Andrlik

This is an awesome new feature in Django trunk that I hadn’t heard of before. Django now provides a system for handling multiple step form entry. Can’t wait to try this out.

View Link Source

Django and Comet

Bookmarked via Ma.gnolia on Saturday, March 15, 2008 @ 18:13 CDT by Daniel Andrlik

This is an interesting tutorial on using Comet with Django for realtime JS apps. The example is creating a live chat page.

View Link Source

Into The Past »