Thursday, August 1, 2013

Portable Python & Eclipse & DJango and MingW

Setup mount to where portable python is installed:mount c:/Progra~2 /ProgramFiles32


Setup PATH env var to have:
/ProgramFiles32/PortablePython2.7.3.2/App

cd to the EclipseWSP dir and run this:
python /ProgramFiles32/PortablePython2.7.3.2/App/Scripts/django-admin.py startproject TestDjango

This will now setup the DJango project for eclipse correctly.

In Eclipse add the project and set the pydev DJango Nature.

You should now be able to perform other DJango tasks through eclipse UI


No comments:

Post a Comment