To start the Django server inside Eclipse and see the messages:

a) Create a external too. Call it, Run Django Server for example.

b) The main location should be something like /usr/local/bin/django-admin

c) Set the working Directori to ${project_loc}

d) Set arguments as runserver --settings=${project_name}.settings

e) On Environment create two variables:

DJANGO_SETTINGS_MODULE = ${project_name}.settings

and
PYTHONPATH = ${project_loc}:$PYTHONPATH

f) On the common label set Allocate Console and Launch in background.
You can also put it in the favorites menu.

Hope it helps!


--

Antoni Aloy López
Binissalem - Mallorca
Soci de Bulma

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to