Re: Choosing a JS framework to go together with Django

2012-09-04 Thread Paul Menzel
Am Dienstag, den 04.09.2012, 17:37 +0100 schrieb Tom Evans: > On Tue, Sep 4, 2012 at 4:48 PM, Paul Menzel <pm.deb...@googlemail.com> wrote: > > Am Dienstag, den 04.09.2012, 12:08 -0300 schrieb Rafael E. Ferrero: > >> Sorry paul... my bad... "without any probl

Re: Choosing a JS framework to go together with Django

2012-09-04 Thread Paul Menzel
Am Dienstag, den 04.09.2012, 12:08 -0300 schrieb Rafael E. Ferrero: > Sorry paul... my bad... "without any problem" i mean. > > extract of index.html: > > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd;> > http://www.w3.org/1999/xhtml;> > > > ...

Re: Choosing a JS framework to go together with Django

2012-09-04 Thread Paul Menzel
Dear Rafael, Am Dienstag, den 04.09.2012, 11:55 -0300 schrieb Rafael E. Ferrero: > men, i use Jquery on www.expoferiasg.com.ar and works quite well.. > with any problem. s,with,without,? Additionally your site does not tell my browser what character set it is using and therefore all special

Re: Getting into professional django development

2011-10-19 Thread Paul Menzel
Am Mittwoch, den 19.10.2011, 07:54 +0530 schrieb kenneth gonsalves: > On Tue, 2011-10-18 at 16:47 +0200, Paul Menzel wrote: > > > > > 1.3 belongs to the stone age - since you are learning, it would be a > > > > > good idea to work with the current svn trunk, up

Re: Getting into professional django development

2011-10-18 Thread Paul Menzel
Am Dienstag, den 18.10.2011, 16:00 +0100 schrieb Tom Evans: > On Tue, Oct 18, 2011 at 3:47 PM, Paul Menzel <pm.deb...@googlemail.com> wrote: > > Dear Dan, > > > > > > [Reordering the message so that it is easier to see the connection.] > > > > Am Dien

Re: Getting into professional django development

2011-10-18 Thread Paul Menzel
Dear Dan, [Reordering the message so that it is easier to see the connection.] Am Dienstag, den 18.10.2011, 06:46 -0700 schrieb Dan Gentry: > On Oct 18, 3:10 am, kenneth gonsalves wrote: > > On Tue, 2011-10-18 at 12:36 +0530, kenneth gonsalves wrote: > > > On Mon,

Re: forum and blog for developers

2011-05-22 Thread Paul Menzel
Am Sonntag, den 22.05.2011, 08:17 +0800 schrieb Russell Keith-Magee: > On Sunday, May 22, 2011, fei wrote: > > I have been using Django for a while. The documentation for the Django > > official web page is great, plus the free online django book. There > > are enough

Re: Cherokee for home developing

2010-10-29 Thread Paul Menzel
Dear Rob, Am Freitag, den 29.10.2010, 02:45 -0700 schrieb Robbington: […] > Actually I mentioned Uwsgi, > > Perhaps if you are going to state potential bugs with software you > could be so kind as to add the specifics in your posts and not just > ambiguous statements such as "Do not use the

Re: Django editor for Debian

2010-03-10 Thread Paul Menzel
Dear Nicolae, Am Dienstag, den 15.12.2009, 23:58 -0800 schrieb NMarcu: >Can you tell me a good Django editor for Debian? Something more > pretty then default text editor. Something to can edit templates also. what did you end up with? Thanks, Paul signature.asc Description: Dies ist

Re: New to Django, can't get it running on the web through http://127.0.0.1:8000/

2009-12-08 Thread Paul Menzel
Am Dienstag, den 08.12.2009, 08:54 -0800 schrieb Jenn Hughes: > I'm not sure what you mean by box. »box« in this case means computer or system. Thanks, Paul signature.asc Description: Dies ist ein digital signierter Nachrichtenteil

Re: I want to cancel the subscription for django-users group

2009-11-17 Thread Paul Menzel
Am Dienstag, den 17.11.2009, 10:17 +0100 schrieb "Gosálvez Prados, Diana": > Quiero darme de baja la suscripción al grupo google django-users > > I want to cancel the subscription for django-users group > -- > You received this message because you are subscribed to the Google Groups > "Django

Re: domains vs sub-domains

2009-11-10 Thread Paul Menzel
Am Montag, den 09.11.2009, 21:38 -0800 schrieb Chris: > I've recently been in discussion about which is better to have. > > http://media.example.com OR > http://example.com/media/ > > 1) The first method, I've been told, allows you to make more requests. > IE for example can only make like 4

Re: Fixtures for django.contrib.sites.Site

2009-04-01 Thread Paul Menzel
Am Mittwoch, den 01.04.2009, 17:49 -0400 schrieb Adam Nelson: > How do I do a fixture for the Site model? I've tried all sorts of > different model names > > > [ > { > "model": "sites.site", > "pk": 1, > "fields": { > "domain": "example.com", > "name": "Example" >