the webcomic adventure

Dec 31, 2007 15:18

Look, everybody: the source code for my webcomic backend!

I wrote it in DJANGO. Which is awesome, completely. You probably already all knew that.

My code is notable for a few small hacks:
  1. A new kind of ImageField that changes the filename on disk to match the date of the comic being posted. (in comics/models.py) I understand this won't be ( Read more... )

Leave a comment

Comments 2

theflamingpi December 31 2007, 22:22:52 UTC
I've been wondering about the source for your comic for a while now. Thank you. I have checked out the read-only repo.

Reply

diaryarena December 31 2007, 23:10:59 UTC
Up until the server move at the beginning of the month, it was a deeply kludged CherryPy implementation. Django is sweet icing on a delicious cake. Be sure to check out the head revision from the django svn server, too, that's what I'm coding against.

Reply


Leave a comment

Up