Django, Eclipse, Autocomplete
Hi,
I am using eclipse Galileo (Build id: 20100218-1602) and PyDev to
build a Django project.
Autocompletion works fine for python language but not for django. For
example in models.py I cannot get the
field = models.CharField(max_length=100) to be autocompleted.
I have added path\to\python26\Lib\site-packages\django to my
PYTHONPATH variables (system-wide and project-specific).
what else should I do?
(PS. I didn't create the django project through eclipse. I created
using command line and then imported the project to eclipse later)
Any help would be appreciated,
Chris
--
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 django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home