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
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 great for running the server, but your build.xml looks
like it does a good job of handling almost everything django-admin.py
can do.