Re: runserver problem

2021-04-06 Thread Alan Flavio Ruiz
Did you install virtual env? Pip install virtualen Python - m venv venv Souce venv/Scrpt/activate Then install django Pip instala django See in your env Its posible to instal deccouple Great Alan El dom., 28 mar. 2021 11:05, Sujit Mandal escribió: > i am totally new with django. I tried

Re: runserver problem

2021-03-28 Thread Admission Solution
i solved it. Thanks & Regards On Sun, 28 Mar 2021 at 20:19, pankaj palmate wrote: > It seems you have not installed django properly > > On Sun, 28 Mar, 2021, 7:34 pm Sujit Mandal, wrote: > >> i am totally new with django. I tried to print Hello World in my first >> app but i failed. Cmd showed

Re: runserver problem

2021-03-28 Thread pankaj palmate
It seems you have not installed django properly On Sun, 28 Mar, 2021, 7:34 pm Sujit Mandal, wrote: > i am totally new with django. I tried to print Hello World in my first app > but i failed. Cmd showed some error but i can't understand what i make > mistake. > > ERROR: > > C:\Users\Admission So

runserver problem

2021-03-28 Thread Sujit Mandal
i am totally new with django. I tried to print Hello World in my first app but i failed. Cmd showed some error but i can't understand what i make mistake. ERROR: C:\Users\Admission Solution\allprojects\telusko>python manage.py runserver Traceback (most recent call last): File "C:\Users\Admiss

Re: runserver problem

2005-11-03 Thread Adrian Holovaty
On 11/3/05, Waylan Limberg <[EMAIL PROTECTED]> wrote: > This wouln't happen to be related to the similar error I get when I > hit control-c to quit the server would it? Everything seems to work > fine, and the server does quite after displaying the message, but it > is a little unnerving. Yup, it

Re: runserver problem

2005-11-03 Thread Waylan Limberg
On 11/3/05, Jacob Kaplan-Moss <[EMAIL PROTECTED]> wrote: > > On Nov 3, 2005, at 6:04 AM, stava wrote: > > Now, when I save my model file (which causes runserver to reload the > > model) I get the following: > [snip] > > Yeah, this is a known bug in the auto-reload stuff (or in the > runserver comm

Re: runserver problem

2005-11-03 Thread stava
OK, not scared anymore, thanks. /stava

Re: runserver problem

2005-11-03 Thread Jacob Kaplan-Moss
On Nov 3, 2005, at 6:04 AM, stava wrote: Now, when I save my model file (which causes runserver to reload the model) I get the following: [snip] Yeah, this is a known bug in the auto-reload stuff (or in the runserver command) -- see http://code.djangoproject.com/ticket/698. It's been left

runserver problem

2005-11-03 Thread stava
I'm using django 1062 with python 2.4 and getting a strange error. When starting up it looks OK: django-admin runserver --settings=ttime.settings Validating models... 0 errors found. Starting server on port 8000 with settings module 'ttime.settings'. Go to http://127.0.0.1:8000/ for Django. Quit