Re: manage.py runserver throws error message

2006-08-19 Thread Malcolm Tredinnick
On Sat, 2006-08-19 at 15:46 -0400, Cole Tuininga wrote: > I finally figured out the problem. In my case, I had decided to name > the project something besides "mysite" in this case, I decided to > name it "site". Naming it something different than "site" solved the > problem, so I'm making

Re: manage.py runserver throws error message

2006-08-19 Thread Cole Tuininga
I finally figured out the problem. In my case, I had decided to name the project something besides "mysite" in this case, I decided to name it "site". Naming it something different than "site" solved the problem, so I'm making the assumption that I was causing some sort of name collision?

Re: manage.py runserver throws error message

2006-08-18 Thread Malcolm Tredinnick
On Fri, 2006-08-18 at 15:52 -0400, Cole Tuininga wrote: > On 8/2/06, neuruss <[EMAIL PROTECTED]> wrote: > > > Is there anything you've forgotten to tell us? You really did just do > > > "django-admin.py startproject site", then "cd site", edit a couple of > > > lines inside settings.py and then "m

Re: manage.py runserver throws error message

2006-08-18 Thread Cole Tuininga
On 8/2/06, neuruss <[EMAIL PROTECTED]> wrote: > > Is there anything you've forgotten to tell us? You really did just do > > "django-admin.py startproject site", then "cd site", edit a couple of > > lines inside settings.py and then "manage.py runserver"? > > No, I didn't edit any line. > The tutor

Re: manage.py runserver throws error message

2006-08-02 Thread neuruss
Malcolm Tredinnick wrote: > So the error is saying it can't find settings.py in your project's > directory. Is it there? Yes, it is > Can you, inside the project directory, start a Python prompt and > successfully run "import settings"? Yes, I can. > Is there anything you've forgotten to tel

Re: manage.py runserver throws error message

2006-08-02 Thread Malcolm Tredinnick
On Wed, 2006-08-02 at 23:30 +, [EMAIL PROTECTED] wrote: > Hi everyone, > > I'm just following the Django tutorial, and I'm having trouble before > even getting started... > > I created a new project, switched to the project's directory and typed > "manage.py runserver". This is the error I g

manage.py runserver throws error message

2006-08-02 Thread neuruss
Hi everyone, I'm just following the Django tutorial, and I'm having trouble before even getting started... I created a new project, switched to the project's directory and typed "manage.py runserver". This is the error I got: C:\Documents and Settings\Administrador\Escritorio\site>manage.py run

manage.py runserver throws error message

2006-08-02 Thread [EMAIL PROTECTED]
Hi everyone, I'm just following the Django tutorial, and I'm having trouble before even getting started... I created a new project, switched to the project's directory and typed "manage.py runserver". This is the error I got: C:\Documents and Settings\Administrador\Escritorio\site>manage.py run