On Wed, Mar 14, 2012 at 5:35 PM, orschiro <[email protected]> wrote:
> 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 might also want to ask on a powershell or windows forum.

Whilst you are trying to do stuff with django, you're looking for
python users who run windows (most don't) and use powershell instead
of python to write scripts. I'd imagine that is a very small subset,
particularly on this list.

Cheers

Tom

-- 
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.

Reply via email to