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: http://sourceforge.net/projects/pydev/forums/forum/293649/topic

Re: Looking for Django IDE

2012-04-01 Thread Alexandros Karypidis
tween the 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 Ec

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 self-con

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

2012-04-01 Thread Alexandros Karypidis
ame='polls/index.html'), name='poll_index'), 4) Now, all my web pages use the prefix from the context; e.g. index.html looks like this: -- {% for poll in latest_poll_list %} {{ poll.question }} {% endfor %} On 1/4/2012 9:20 ??, Alexandros Karypidis

Re: Looking for Django IDE

2012-04-02 Thread Alexandros Karypidis
rom the forum post, it 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-user