Re: How to run server after install Django

2007-09-18 Thread Hannus
Dear Dushyant I has followed your introduction,but the errors is still existing as the following: Traceback (most recent call last): File"D:\python25\lib\site-packages\django\bin\newsit

Re: How to run server after install Django

2007-09-18 Thread Dushyant Sharma
dear Han you must add path of python.exe, django-admin.py and manage.py to your system path you should avoid copying system files here and there as it will cause problems. clean approach should be 1. install python (say installed at C:\python25) 2. set path for python.exe 3. install django (wil

How to run server after install Django

2007-09-17 Thread Hannus
Hi,every django wizards, Plz allow me to ask a so stupid question. After I install the Django according to the documents,and built the directory by using "django- admin.py startproject MYWEB" . There is something wrong with the command" manage.py runserver". After input this command,the screen sho