Re: Having a problem using django-admin.py runserver

2007-12-03 Thread Kyle Fox
I'd just like to report that we're having this problem as well, the same as you describe. The `shell` command seems to work fine... --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to thi

Re: Having a problem using django-admin.py runserver

2007-12-03 Thread Russell Keith-Magee
On Dec 4, 2007 10:29 AM, Michael <[EMAIL PROTECTED]> wrote: > > So I'm using a "projectless" setup where I am manually setting > PYTHONPATH and DJANGO_SETTINGS_MODULE. For some reason my settings > module is not being loaded correctly when I use the runserver command > from the django-admin utilit

Having a problem using django-admin.py runserver

2007-12-03 Thread Michael
So I'm using a "projectless" setup where I am manually setting PYTHONPATH and DJANGO_SETTINGS_MODULE. For some reason my settings module is not being loaded correctly when I use the runserver command from the django-admin utility. Here's an example shell session (in Windows) using an empty proje