Current Twitter Status

See status in context

Subsidized Fear

Terror Alert Level

« The Now Into The Past »

All Items Tagged With “django” (Subscribe to this tag)

Code Revision and NaNoWriMo

Blog Entry posted on Saturday, October 18, 2008 @ 18:35 CDT by Daniel Andrlik

I have not had time to post here in a while. My new job has kept me very busy and most of the time when I get home I just want to relax and spend time with my girlfriend. It is a little frustrating that I have fallen behind on personal projects (like this site), but the work is fulfilling so that is OK.

All that being said, it really nags at me. I haven’t had a chance to bring comments back online here yet, primarily because I realized that before I do that I should probably update the code of this site for Django 1.0 which was recently released. This site is currently running off of Django trunk, unfortunately in the midst of moving and switching jobs I’m several months behind and there are some major revisions that occurred during that time. It won’t be a trivial task, so I wouldn’t expect it to get done right away. So comments will continue to be disabled until the rewrite is done. You are always welcome to contact me, or comment on FriendFeed in the meantime.

The other reason that the rewrite is going to be delayed is that I’ve decided to participate in NaNoWriMo this year. This is actually going to be a serious challenge because it looks like November is already going to be a busy month for me and squeezing out 50,000 words at the same time is going to be rough. However, my right brain is feeling lonely and coding projects just aren’t satisfying my urge to do something creative. I don’t really want to get into a debate of the merits of people cranking out a word count during a month rather than focusing on writing really well. That’s a subject for another time. The way I’m looking at NaNoWriMo is that it’s a kick in the ass for me to get my act together, stop talking about writing, and just write.

I’ve actually attempted NaNoWriMo once before, but I kept it a secret at the time because I was afraid of publicly failing to meet the goal. Consequently, I used that as an out to procrastinate and not get anything done beyond the first few pages. Deadlines don’t matter if there is no consequence for failing to meet them, and I don’t want to fall into that trap again. This year, I plan to be very open and public about how I’m doing during NaNoWriMo, both by posting to the official NaNoWriMo site, as well as posting here and on Twitter. I’ll try to provide an update once a week here, and Twitter posts will appear with the same level of randomness they always do.

If you haven’t ever participated in National Novel Writing Month and you have the urge to write, but can’t seem to bring yourself to get it done, consider signing up this year. Post how you are doing online, and we can go on this journey together. Maybe we succeed, maybe we don’t, but we’ll learn a lot about ourselves as writers in the meantime.

The basics of creating a tumblelog with Django

Link bookmarked via Diigo 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.

Link bookmarked via Diigo 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

Link bookmarked via Diigo 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

Link bookmarked via Diigo 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

Link bookmarked via Diigo 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

Link bookmarked via Diigo 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

Link bookmarked via Diigo 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

Quick Post: My Pownces, Let Me Show You Them

Blog Entry posted on Wednesday, March 5, 2008 @ 17:12 CST by Daniel Andrlik

Heh, I had a little fun this afternoon writing a little Django app for my site that will regularly import my public Pownce notes and allow me to display them in the sidebar. It’s really just a modified version of the app I’m using for my Twitter statuses, except that it has some additional logic for handling the different types of Pownce notes.

The thing I’m most happy about is that if I post a public Pownce event, it will display the event with the appropriate microformat markup. Events also include a link to a Google Map of the location, as well as a link to an iCal file for the event. Those last two are provided for free by the Pownce API, so it just seemed to make sense to use them.

Eventually, the look will get redesigned as I redo this site’s design, but for now I’m pleased with it.

Happy Powncing!

pownce-jabber-bot - Google Code

Link bookmarked via Diigo on Monday, March 3, 2008 @ 15:20 CST by Daniel Andrlik

Awesome! Someone has already developed a Jabber Bot for use with Pownce. It’s set up as a reusable Django app, which means that anyone with a Django site could set it up and run the bot. Also, since Pownce is written with Django and the bot is released with an MIT license, Pownce could also officially adopt and implement this application as well.

View Link Source

« The Now Into The Past »