Re: Tutorial - runserver freezes command prompt

2018-11-29 Thread Jani Tiainen
experience. > > On Thursday, November 29, 2018 at 9:55:00 PM UTC-8, jlgimeno71 wrote: >> >> >> >> On Thu, Nov 29, 2018, 9:40 PM Scott Reed > >>> Thanks for you response Jorge! I see, that's just to check that it >>> worked, and I'm suppo

Re: Tutorial - runserver freezes command prompt

2018-11-29 Thread Jorge Gimeno
>> On Thu, Nov 29, 2018, 9:40 PM Scott Reed > >>> Thanks for you response Jorge! I see, that's just to check that it >>> worked, and I'm supposed to quit the server to keep using the command >>> prompt. >>> Another question: I can't fi

Re: Tutorial - runserver freezes command prompt

2018-11-29 Thread Scott Reed
ust to check that it >> worked, and I'm supposed to quit the server to keep using the command >> prompt. >> Another question: I can't figure out the next step - opening the views.py >> file in the command prompt. >> I've tried navigating to the direct

Re: Tutorial - runserver freezes command prompt

2018-11-29 Thread Jorge Gimeno
On Thu, Nov 29, 2018, 9:40 PM Scott Reed Thanks for you response Jorge! I see, that's just to check that it > worked, and I'm supposed to quit the server to keep using the command > prompt. > Another question: I can't figure out the next step - opening the views.py >

Re: Tutorial - runserver freezes command prompt

2018-11-29 Thread Scott Reed
Thanks for you response Jorge! I see, that's just to check that it worked, and I'm supposed to quit the server to keep using the command prompt. Another question: I can't figure out the next step - opening the views.py file in the command prompt. I've tried navigating

Re: Tutorial - runserver freezes command prompt

2018-11-29 Thread Jorge Gimeno
'py manage.py runserver' in the mysite directory. > When I execute this command in the command prompt window, it runs and > brings up the message shown in the tutorial, with a couple variations on my > computer: > > Performing system checks... > > System check

Tutorial - runserver freezes command prompt

2018-11-29 Thread Scott Reed
tory. When I execute this command in the command prompt window, it runs and brings up the message shown in the tutorial, with a couple variations on my computer: Performing system checks... System check identified no issues (0 silenced). You have unapplied migrations; your app may not work properl

Re: can't create django project using Windows command prompt!

2016-10-05 Thread Andreas Kuhne
Hi, First make sure that you have a valid virtual environment - it's the easiest way to run python code. When that is working, you can just write : "python django-admin.py startproject mySite" - your problem is that .py files have been associated with notepad ++, and therefore it opens the file t

can't create django project using Windows command prompt!

2016-10-05 Thread Garin morel
I would like to start web designing using django! but Whenever i type " django-admin.py startproject mySite" in cmd this code popup through notepad, Then what should I do? #!c:\users\crepin\envs\myproject\scripts\python.exe from django.core import management if __name__ == "__main__": manage

Re: Downloaded Django but the command prompt wont recognize commands

2016-08-07 Thread René Fleschenberg
Hi Owen, > I went through a tutorial for downloading python, pip and Django. All > seemed to be going well until I attempted to put command lines through the > command window > > So when I try to create a project via these instructions below > > $ django-admin startproject mysite > > > It gi

Downloaded Django but the command prompt wont recognize commands

2016-08-06 Thread owen
jango-admin' is not recognized as an internal or external command, operable program or batch file. However I found the django-admin file by a search ...the command prompt window does not recognize it though. Can someone help me Regards, Owen -- You received this message becau

How to install Django on Windows - pip, command prompt.

2014-07-06 Thread Daniel Roseman
You can't have been following that documentation very closely, as there is a whole section on how to install pip before the bit that you quote. -- DR. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop rec

Re: How to install Django on Windows - pip, command prompt.

2014-07-05 Thread Mike Dewhirst
http://stackoverflow.com/questions/4750806/how-to-install-pip-on-windows On 6/07/2014 1:24 PM, Sen wrote: I was going through https://docs.djangoproject.com/en/1.6/howto/windows/#how-to-install-django-on-windows I could follow until "In the command prompt, execute the following command

Re: How to install Django on Windows - pip, command prompt.

2014-07-05 Thread Setiaman Lee
You can get and install python from activestate.com where pip is included. So you can run pip from command prompt. Rgrds Setiaman On 6 Jul 2014 11:44, "Sen" wrote: > I was going through > https://docs.djangoproject.com/en/1.6/howto/windows/#how-to-install-django-on-windows

How to install Django on Windows - pip, command prompt.

2014-07-05 Thread Sen
I was going through https://docs.djangoproject.com/en/1.6/howto/windows/#how-to-install-django-on-windows I could follow until "In the command prompt, execute the following command: pip install django. This will download and install Django." I'm not sure which command prompt a

Re: Error creating project from the Command Prompt

2012-06-08 Thread andres orozco
;m just learning, but i tried it using > > the windows 7 command prompt but i've got this error > http://i.imgur.com/znZGW.png > > could someone help me please? > > > > Your path indicates that you have installed Python 3.2. Django is only > Python 2.x compatible

Re: Error creating project from the Command Prompt

2012-06-07 Thread Jani Tiainen
7.6.2012 10:29, andres orozco kirjoitti: I've installed django 1.4 and i want to test the installation, i don't know too much about this cuz' i'm just learning, but i tried it using the windows 7 command prompt but i've got this error http://i.imgur.com/znZGW.png cou

Error creating project from the Command Prompt

2012-06-07 Thread andres orozco
I've installed django 1.4 and i want to test the installation, i don't know too much about this cuz' i'm just learning, but i tried it using the windows 7 command prompt but i've got this error http://i.imgur.com/znZGW.png could someone help me please? -- You received

Re: Command Prompt

2008-09-25 Thread Tim Chase
> (I'm using windows xp home) > > I typed : C:\>django-admin.py25 into the command prompt and it comes > up with the message: > > 'C:\' is not recognized as and internal or external command operable > program or batch file. If you typed that wh

Re: Command Prompt

2008-09-25 Thread Amit Ramon
* timbis2 <[EMAIL PROTECTED]> [2008-09-25 02:25 -0700]: > > (I'm using windows xp home) > > I typed : C:\>django-admin.py25 into the command prompt and it comes > up with the message: > > 'C:\' is not recognized as and internal or external comma

Command Prompt

2008-09-25 Thread timbis2
(I'm using windows xp home) I typed : C:\>django-admin.py25 into the command prompt and it comes up with the message: 'C:\' is not recognized as and internal or external command operable program or batch file. How can this be resolved??? It simply won't work! so that