Entries Tagged as 'django'

Thursday, August 14th, 2008

Django version 1.0 beta 1

Congratulations to all involved in Django 1.0 beta 1’s release! Can’t wait for DjangoCon for the 1.0 release party!

Friday, August 1st, 2008

Refresh Columbia – July

Yesterday’s talk at our local Refresh Columbia went extremely well. After a bit of pre-talk jitters, I think it went fairly well. I’ve attached my slides for those interested, which I talked about Django for Designers. It was a very basic overview of how Django makes a designer’s life easier. At the end of the [...]

Monday, July 7th, 2008

Simple Gencal

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 get this out there for people who are interested.

Monday, June 16th, 2008

Gencal Syntax Change?

I’m investigating possible syntax changes for Gencal’s template tag having been directed to this post by James Bennett via Marco in a previous post. My thoughts are to split it up into two template tags. A simple template tag which will render one model’s object and a more complex tag (with requisite views) which will [...]

Wednesday, June 11th, 2008

Gencal Status

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 get it working and considering I wrote the app, that’s completely unacceptable. Instead of releasing a screencast for a poorly written template tag, I’ll instead [...]

Monday, June 9th, 2008

Django GenCal

For those who don’t know, django-gencal is a generic calendaring application. It accepts arbitrary objects for plotting on a calendar.