Re: App initialized twice? plus, debugging tips.

2008-11-08 Thread Karen Tracey
On Thu, Nov 6, 2008 at 6:43 PM, project2501 <[EMAIL PROTECTED]> wrote: > > Hi, > I'm new to django and have a couple questions. > > I have a __init__.py in my app and try to declare a simple module wide > variable. I noticed __init__.py is called twice when I run "python > manage.py runserver". I

Re: App initialized twice? plus, debugging tips.

2008-11-06 Thread Thomas Guettler
project2501 schrieb: > Hi, > I'm new to django and have a couple questions. > > I have a __init__.py in my app and try to declare a simple module wide > variable. I noticed __init__.py is called twice when I run "python > manage.py runserver". Is this normal? > I remember, that I had a proble

Re: App initialized twice? plus, debugging tips.

2008-11-06 Thread Steve Holden
project2501 wrote: > Hi, > I'm new to django and have a couple questions. > > I have a __init__.py in my app and try to declare a simple module wide > variable. I noticed __init__.py is called twice when I run "python > manage.py runserver". Is this normal? > > I believe it can happen, yes. >

App initialized twice? plus, debugging tips.

2008-11-06 Thread project2501
Hi, I'm new to django and have a couple questions. I have a __init__.py in my app and try to declare a simple module wide variable. I noticed __init__.py is called twice when I run "python manage.py runserver". Is this normal? Also, I tried to run "manage.py runserver" through my Wing IDE in d