Re: Unable to get python manage.py runserver to work

2013-07-12 Thread Nigel Legg
You need to create a project before you do anything. The docs and tutorials show you how to so it . On 12 Jul 2013 18:51, "Yves S. Garret" wrote: > On Friday, July 12, 2013 1:48:13 PM UTC-4, Yves S. Garret wrote: >> >> >> On Friday, July 12, 2013 5:18:58 AM UTC-4, Tom Evans wrote: >>> >>> On Fri,

Re: Unable to get python manage.py runserver to work

2013-07-12 Thread Yves S. Garret
On Friday, July 12, 2013 1:48:13 PM UTC-4, Yves S. Garret wrote: > > > On Friday, July 12, 2013 5:18:58 AM UTC-4, Tom Evans wrote: >> >> On Fri, Jul 12, 2013 at 4:01 AM, Yves S. Garret >> wrote: >> > I was able to import django from inside of python 2.6.6 (which is what >> I'm >> > going with

Re: Unable to get python manage.py runserver to work

2013-07-12 Thread Yves S. Garret
On Friday, July 12, 2013 5:18:58 AM UTC-4, Tom Evans wrote: > > On Fri, Jul 12, 2013 at 4:01 AM, Yves S. Garret > > wrote: > > I was able to import django from inside of python 2.6.6 (which is what > I'm > > going with > > at the moment). However, when I try to display something in a browser

Re: Unable to get python manage.py runserver to work

2013-07-12 Thread Tom Evans
On Fri, Jul 12, 2013 at 4:01 AM, Yves S. Garret wrote: > I was able to import django from inside of python 2.6.6 (which is what I'm > going with > at the moment). However, when I try to display something in a browser, this > is the > problem that I'm getting: > > $ python /path/to/file/manage.py

Re: Unable to get python manage.py runserver to work

2013-07-11 Thread Mike Dewhirst
On 12/07/2013 1:01pm, Yves S. Garret wrote: I was able to import django from inside of python 2.6.6 (which is what I'm going with at the moment). However, when I try to display something in a browser, this is the problem that I'm getting: $ python /path/to/file/manage.py runserver Traceback (mo

Re: Unable to get python manage.py runserver to work

2013-07-11 Thread Kamal Kaur
On Fri, Jul 12, 2013 at 8:31 AM, Yves S. Garret wrote: > What am I screwing up? Try using quote: [...] project_name.settings [...] instead of [...] {{ project_name }}.settings [...] -- Kamaljeet Kaur Blog:http://kamalkaur188.wordpress.com/ -- You received this message because you are subsc

Re: Unable to get python manage.py runserver to work

2013-07-11 Thread Yves S. Garret
Note, I'm trying to avoid using a database. I'm, ultimately, planning on getting Django Dynamic Scraper to work and figured that this is a good first step. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop

Unable to get python manage.py runserver to work

2013-07-11 Thread Yves S. Garret
I was able to import django from inside of python 2.6.6 (which is what I'm going with at the moment). However, when I try to display something in a browser, this is the problem that I'm getting: $ python /path/to/file/manage.py runserver Traceback (most recent call last): File "/home/azureuser/