Re: Problems With The Tutorial

2008-08-28 Thread Andrew Kou
If you've created a project using django-admin.py, when you run 'python manage.py runserver', make sure you're actually in the directory where manage.py script is. . - Andrew Kou On Aug 27, 3:42 pm, Sonny <[EMAIL PROTECTED]> wrote: > When I type ' python manage.py runserver' bash says no file or

Re: Problems With The Tutorial

2008-08-27 Thread Tim Kersten
Make sure your typing the command without the quotes too. Example: python manage.py runserver Tim ^,^ On Wed, Aug 27, 2008 at 11:42 PM, Sonny <[EMAIL PROTECTED]> wrote: > > When I type ' python manage.py runserver' bash says no file or > directory found. > I'm running ubuntu 7.02? > Thanks f

Re: Problems With The Tutorial

2008-08-27 Thread lingrlongr
If manage.py is not in your PATH (it most likely isn't), you need to qualify the location. You can just use this command from within your project directory: ./manage.py runserver ./ means current directory. HTH Keith On Aug 27, 6:42 pm, Sonny <[EMAIL PROTECTED]> wrote: > When I type ' python

Re: Problems With The Tutorial

2008-08-27 Thread Ray Smith
On Wed, 27 Aug 2008 15:42:08 -0700 (PDT), Sonny <[EMAIL PROTECTED]> wrote: > > When I type ' python manage.py runserver' bash says no file or > directory found. > I'm running ubuntu 7.02? > Thanks for any help you can give. Hi Sonny, Did you do a: django-admin.py startproject mysite then c

Problems With The Tutorial

2008-08-27 Thread Sonny
When I type ' python manage.py runserver' bash says no file or directory found. I'm running ubuntu 7.02? Thanks for any help you can give. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post