Re: 'python manage.py startproject survey' does not add 'survey' to INSTALLED _APPS.

2010-08-01 Thread Karen Tracey
On Thu, Jul 29, 2010 at 5:25 PM, to_see wrote: > Huh. I missed that one, I was working from a book I bought, which did > not explain that I needed to do that, as far as I can tell (but maybe > I am a bit careless?). I will try to be more careful! > It is there, perhaps it is not listed as expl

Re: 'python manage.py startproject survey' does not add 'survey' to INSTALLED _APPS.

2010-07-29 Thread to_see
Martin Melin wrote: > On Thu, Jul 29, 2010 at 10:51 PM, to_see wrote: > > I am still new to Django, and am typing my way through some tutorials > > (not running demo code).  I could not figure out why I was getting > > incorrect results in an Admin demo, until I looked at the sample > > code. >

Re: 'python manage.py startproject survey' does not add 'survey' to INSTALLED _APPS.

2010-07-29 Thread Martin Melin
On Thu, Jul 29, 2010 at 10:51 PM, to_see wrote: > I am still new to Django, and am typing my way through some tutorials > (not running demo code).  I could not figure out why I was getting > incorrect results in an Admin demo, until I looked at the sample > code. > > When I did this: > > django-ad

'python manage.py startproject survey' does not add 'survey' to INSTALLED _APPS.

2010-07-29 Thread to_see
I am still new to Django, and am typing my way through some tutorials (not running demo code). I could not figure out why I was getting incorrect results in an Admin demo, until I looked at the sample code. When I did this: django-admin.py startproject marketr cd marketr python manage.py startap