Re: Looking for Django IDE

2012-04-02 Thread Alexandros Karypidis
was not clear if this is a Django, PyDev or Eclipse issue. Any thoughts? Fred. -Original Message- From: django-users@googlegroups.com [mailto:django-users@googlegroups.com] On Behalf Of Alexandros Karypidis Sent: Sunday, April 01, 2012 3:57 PM To: django-users@googlegroups.com Subject: Re: Looki

Re: URL encoding, templates and apps: are apps not portlets?

2012-04-01 Thread Alexandros Karypidis
ntext; e.g. index.html looks like this: -- {% for poll in latest_poll_list %} {{ poll.question }} {% endfor %} On 1/4/2012 9:20 ??, Alexandros Karypidis wrote: Hi, My fondness of Python (while scripting things for work) grew to the point where I decided to try web d

URL encoding, templates and apps: are apps not portlets?

2012-04-01 Thread Alexandros Karypidis
Hi, My fondness of Python (while scripting things for work) grew to the point where I decided to try web development with it. Having (apparently) nothing better to do on a Sunday afternoon, I went through the Django tutorials. The tutorial goes to some length to keep the "polls" app

Re: Looking for Django IDE

2012-04-01 Thread Alexandros Karypidis
two Eclipse windows (one will be in PyDev and the other in Java perspective) You can also create two different Eclipse work-spaces and run two instances of eclipse (if you have ample RAM on your system). On 1/4/2012 8:56 μμ, Alexandros Karypidis wrote: Hi, I'm using PyDev in Eclipse and it se

Re: Looking for Django IDE

2012-04-01 Thread Alexandros Karypidis
Hi, I'm using PyDev in Eclipse and it seems quite nice: http://pydev.org/ Have a look at the Django-specific stuff: http://pydev.org/manual_adv_django.html Please note that you must use a nightly build for Django 1.4 due to this: