Subutai Corporation seeks Lead Server Programmer in San Francisco

2011-01-24 Thread Jeremy Bornstein
Greetings all! Subutai Corporation is looking for a Lead Server Programmer for its PULP platform. PULP is an end-to-end system for the creation and publishing of social-enabled content across a wide variety of connected platforms. PULP supports collaborative professional and community authoring o

User.get_profile() (was: Re: Reusable models?)

2008-05-21 Thread Jeremy Bornstein
On Wed, May 21, 2008 at 01:41:35PM -0500, James Bennett wrote: > Note that this is, for example, how Django's User model works: you > relate another model to it with a good old-fashioned foreign key, and > there's a nice API for specifying which model represents the "user > profile" for a given si

Re: Importing classes without project name, possible?

2006-05-28 Thread jeremy bornstein
I'm using the head revision and I do imports using just the application name: from myapp.models import MyThing ...and so it seems to me that what you want to do already works. -Jeremy On Sun, May 28, 2006 at 05:08:54PM -, [EMAIL PROTECTED] wrote: > > Is there a way to import your classes