Imaginary Landscape Blog

Imaginary Landscape Sponsorships

January 22, 2010 4:04 p.m.

Imaginary Landscape has been a sponsor of open source efforts since its founding in 1995. This year is already off to a great start, with plenty of great events happening in the Chicago area.

On January 9th and 10th a Django Sprint was held at Everyblock's office, just a little South of our offices. We provided pizza, beer and soda for lunch and one of our programmers, Larisa Hoffenbecker, attended both days of the sprint. As always a lot of good work was done during the sprint, including everything from fixing broken links and typos to changes to model ...

Read More


Updated 01/22/10 @ 04:04PM CST by cpeters

Bookmark and Share

Categories: Django Python

Tags: chipy pycon sprint

0 Comments

Django Multiple Page Forms

December 14, 2009 11:13 a.m.

I recently started working on another new project here at Imaginary Landscape, and this one looked rather enticing as it threw some stuff my way that I haven't had a chance to play with much recently. First on that chopping block was a multi-page registration form application. Immediately I remembered reading about Django's Form Wizard module and thought it'd be a great way to handle this small application. At least I thought so until I finished reading the specifications for the project and realized that the user must be able to move both backwards and forwards through ...

Read More


Updated 12/14/09 @ 11:13AM CST by markr

Bookmark and Share

Categories: Django

Tags: django forms

8 Comments

Python Community Observations Retort

December 02, 2009 2 p.m.

I recently read an article by Steve Holden, chairman of the Python Software Foundation, titled Comments or Not? Public or Private? Relevant or Irrelevant?. It's a rather interesting read that I definitely recommend that covers the heated PyPi comments debate, issue tracking, and the surrounding Python community. There are also a number of insightful comments on this blog post, but I personally felt a lengthier blog post to be more fitting than a comment in retort.

First off, commenting on PyPi has stirred up quite a bit of debate. I personally feel that the pros are outweighed by the ...

Read More


Updated 12/02/09 @ 02:00PM CST by markr

Bookmark and Share

Categories: Python

Tags: community pypi python

2 Comments

Permission Based File Serving

November 17, 2009 3:15 p.m.

One issue I've run into a couple times while working with Django is the need to serve files to users based on permissions. The first situation occurred with a store we were building that would allow for electronic versions of books to be sold. These books would typically be distributed in PDF format but overall to the story, the format is irrelevant. In this scenario I needed to be able to take the ID of a book and return a PDF download to the user. However, I only wanted to do this if the user passed proper authentication and ...

Read More


Updated 11/17/09 @ 03:15PM CST by markr

Bookmark and Share

Categories: Django Python

Tags: apache django nginx permissions python user

4 Comments

Tangled Webs of Django Applications

November 04, 2009 1:50 p.m.

At Imaginary Landscape, we definitely enjoy leveraging the many open source applications that exist out in the wild. We also create some of our own open source applications, along with a few closed source applications that are either too customized for one particular customer, or for a number of other reasons dealing with clients and such. However, a constant problem arises with all of these different applications floating about. How do you deal with templates and media? A recent callcast by DjangoDose (highly recommend listening to this by the way) covers the topic to some degree, but nobody has a ...

Read More


Updated 11/04/09 @ 01:50PM CST by markr

Bookmark and Share

Categories: Django Python

Tags: django pluggable python staticmedia

1 Comments

pony