Re: Resolver404 exception in Django on Google App Engine?

2010-01-25 Thread Kumar McMillan
On Thu, Jan 14, 2010 at 10:58 PM, Kumar McMillan <kumar.mcmil...@gmail.com> wrote: > Is anyone else getting this on Google App Engine?  I have seen it > across different versions of Django (1.0 to 1.1.1) but it only happens > intermittently.  I am using the latest Google App Eng

Resolver404 exception in Django on Google App Engine?

2010-01-14 Thread Kumar McMillan
Is anyone else getting this on Google App Engine? I have seen it across different versions of Django (1.0 to 1.1.1) but it only happens intermittently. I am using the latest Google App Engine Django code and although I'm not sure it's a bug in their code I submitted an issue here (where you can

Re: Pre-empting Fixture execution in Django with nosetests.

2008-10-01 Thread Kumar McMillan
On Tue, Sep 23, 2008 at 3:07 AM, proteus guy <[EMAIL PROTECTED]> wrote: > Here's a fun one for you testing gurus! I have a Django app that uses an > irc server to communicate events to a system. My models utilize the django > model save signal to post an irc message when something is updated.

Re: Great article about web2py

2008-04-29 Thread Kumar McMillan
On Tue, Apr 29, 2008 at 11:14 AM, mdipierro <[EMAIL PROTECTED]> wrote: > Anyway, if you post an example of a Django bytecode compiled > application and documentation on how to create and deploy it, I will > amend my document to reflect that. If a feature is not tested and not > documented it

Re: looking for a django contractor (Chicago area) - clarification

2007-02-01 Thread Kumar McMillan
clarification: not strictly "40hrs a week"; this is flexible. On 1/31/07, Kumar McMillan wrote: > Dear Djangoists, > > the company I work for is looking for a new contractor to work on a > "phase 2" of a django app now in production. You are the captain o

looking for a django contractor (Chicago area)

2007-01-31 Thread Kumar McMillan
Dear Djangoists, the company I work for is looking for a new contractor to work on a "phase 2" of a django app now in production. You are the captain of the ship but will be working alongside a team of pythonists and rubyists, a handful of whom will be available to conduct code reviews. _

fulltime Django job in Chicago (+ Scrum, testing)

2006-10-06 Thread Kumar McMillan
Hello. As a developer at a fast growing, online marketing firm in Chicago (Evanston to be precise) I'd like to announce that we are looking specifically for Django developers. If you are gainfully employed but know of someone who may be interested, please pass this on. We are unable to offer

Re: DSN useful for database settings?

2006-05-09 Thread Kumar McMillan
) into the code repository, but hey. On 5/9/06, Jeremy Dunck <[EMAIL PROTECTED]> wrote: > > On 5/9/06, Kumar McMillan <[EMAIL PROTECTED]> wrote: > > Also, at my company we use sandboxed > > postgres (every user has his own database, named $USER) on our main >

DSN useful for database settings?

2006-05-09 Thread Kumar McMillan
How many Django'ers out there typically use DSNs for their web apps? How are you currently working around Django's lack of DSN support? I'm still new to Django, looking to migrate some existing apps to Django plus start new ones, but without DSN support out of the box it's almost a show stopper.

Re: use a dsn for database details in settings.py ?

2006-05-08 Thread Kumar McMillan
http://code.djangoproject.com/ticket/1810 have fun ;) btw ... how are people running the test suite? Do you make a custom test_settings.py module and keep it somewhere on your pythonpath? That's what I was doing but it would be nice if there were default settings that just started everything