Re: ImportError only when Debug=False

2011-08-03 Thread Karen Tracey
On Tue, Aug 2, 2011 at 1:02 PM, George Cummins wrote: > 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+n

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 > > error: > > > > File "/opt

Re: ImportError only when Debug=False

2011-08-02 Thread Tom Evans
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 > error: > > File "/opt/django-projects/preps/statistics/models.py", line 5, in > >    

ImportError only when Debug=False

2011-08-02 Thread George Cummins
While testing changes to an existing project, I disabled debugging. While trying to restart the web server (uWSGI+nginix), I encountered the following error: File "/opt/django-projects/preps/statistics/models.py", line 5, in from preps.games.models import FootballGame, VolleyballGame, GirlsBa