This post originated from an RSS feed registered with Java Buzz
by Sam Newman.
Original Post: Using Eclipse and PyDev for��django
Feed Title: magpiebrain
Feed URL: http://feeds.feedburner.com/Magpiebrain
Feed Description: A Java Blog
This guide assumes you’ve already installed Eclipse, PyDev, Python and Django. It also assumes you’re using Eclipse 3.2, PyDev 1.2.4, Django 0.95 and Python 2.4.
Go to Window->Preferences->Preferences->PyDev->Python Interpretter and add the django source file to the PYTHONPATH settings.
Create a new PyDev pyhon project. Make sure you uncheck the ‘create src folder’ option.
Create project on the [...]