Re: ImportError only when Debug=False

2011-08-02 Thread George Cummins
On Tue, Aug 2, 2011 at 12:38 PM, Tom Evans wrote: > On Tue, Aug 2, 2011 at 3:17 PM, George Cummins wrote: > > While testing changes to an existing project, I disabled debugging. While > > trying to restart the web server (uWSGI+nginix), I encountered the > following >

ImportError only when Debug=False

2011-08-02 Thread George Cummins
or off. It only occurs when using my production stack ( Django 1.2.5+uWSGI+nginx ). I have checked and rechecked the code, and can find no problems. Can you tell me the differences in the way Django handles imports when debugging is on or off, or point to relevant documentation? Thank you, George C

Django Inline Autocomplete

2011-06-08 Thread George Cummins
Is it possible to filter an inline autocomplete field by a dynamic value entered by a user? For example, I have a an admin form where staff enters games information including home and visiting team, game date and time, score, etc. They also enter individual player names and stats. I would like to