Re: django development with eclipse and pydev

2005-12-27 Thread [EMAIL PROTECTED]
Cool, I will have to try this out. I have also been using pydev with Eclipse and I have found it very usefull to set up django-admin.py as an "external tool". That way I can run the django-admin.py runserver for a number of different django projects, all from within Eclipse. This has worked

django development with eclipse and pydev

2005-12-27 Thread Steven Armstrong
Hi all I've written an ant file that wrapps the django-admin.py functionality and adds a few goodies. Basically it let's you run django-admin by executing ant targets. Not perfect, but works for me :) Thought that might be usefull for someone. cheers Steven