Hello, I have a question which is based on the discussion here:
http://groups.google.com/group/django-users/browse_thread/thread/2333f5dc8d0674f0 I'm working on Windows 7 with the PowerShell. Python 2.7 and the path to django-admin.py is stored in my PATH variable. After creating a project I can make use of the various manage.py commands in my PowerShell. However, only in the following way: 'python manage.py runserver' If I only type '.\manage.py runserver' then a new CMD window is opened running again 'python manage.py runserver'. That is, the command is forwarded to the CMD shell which opens it with the Python interpreter. Is there any way to tell the PowerShell to interpret the command given within the shell instead of launching a CMD window? Regards, Robert -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

