[Answered ]-How to set up django-admin.py on windows vista?

1👍

I think you shoukd also try adding your python location to PATH.

However, if your webserver runs under a different user account to your own, you’ll need to add it either System variables, or the specific user running the webserver.

1👍

Click ‘New’ and enter PATH for ‘variable name’ and c:\Python27\ for ‘Variable value’.

0👍

add your %Python Path%\Scripts which cinatins file “django-admin.py” into your system environement variables “PATH”,that’s all…(if you setup Django by it’s “setup.py“)

👤sammy

Leave a comment