-
Log into Windows on a lab computer
-
Start Eclipse:
Start > All Programs > eclipse -
Create a workspace on the C: drive for your Python projects:
File > Switch Workspace > Other... Workspace: "C:\Users\<your username>\PythonWorkspace" -
Configure the Python interpreter:
Window > Preferences > PyDev > Interpreter - Python > Auto Config > OK > OK -
Close the Welcome screen
- The Django web server is set to
--noreloadby default .This means you’ll have to restart it whenever you change your code unless you change the configuration (ask us). - If you want to keep the code that you write during the practical then you’ll need to copy your workspace onto your network drive at the end
- Move all data modelling to Practical 1 to work around lack of migrations in Django 1.5
- Update Django, PyDev (and Python?) versions