Re: Bus Error on Development Server

2014-02-28 Thread Thomas Lockhart
On 2/28/14 6:16 PM, Gkpetrak wrote: Hello, I was trying to process Images with some python scripts, when I receive bus error. After that I had many bus errors on different programs. Finally I tried to start django' development server, and I received the same error. The "after that I had many

Bus Error on Development Server

2014-02-28 Thread Gkpetrak
Hello, I was trying to process Images with some python scripts, when I receive bus error. After that I had many bus errors on different programs. Finally I tried to start django' development server, and I received the same error. I know that this error happens when a process is trying to

Re: django-php - yeah, it happened.

2014-02-28 Thread Cal Leeming [Simplicity Media Ltd]
The post was actually meant to be humorous, albeit dry :) But if it makes you any happier, I'd have been just as sad if it was django-java, django-rails, django-ruby or django-insert-whatever-language-you-want-here. On a serious thought, my opposition isn't against PHP, despite my disliking for

Re: django-php - yeah, it happened.

2014-02-28 Thread Scott Anderson
On Feb 28, 2014, at 1:51 PM, Rafał Pitoń wrote: > You should give Jinja and projects like django-jinja a look then. They are > exactly what you want: Twig like template system for Django. Thanks, but that’s not the piece I need. I’m happy with Django’s templates and I

Re: django-php - yeah, it happened.

2014-02-28 Thread Rafał Pitoń
On Friday, February 28, 2014 4:16:58 PM UTC+1, Scott Anderson wrote: > > Well, things like Twig are based on Django templates. We're currently > migrating from PHP to Django, and if something like Django-PHP made that > easier I would most definitely use it. > > To be honest I wish there were a

Re: django-php - yeah, it happened.

2014-02-28 Thread Rafał Pitoń
Really? You bring up three years old toy project that didn't went anywhere and mock somebody's work because PHP's involved? Thats bad form OP. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving

Re: Accessing a python function from a blog post stored in the db?

2014-02-28 Thread C. Kirby
Broadly speaking, yes. The details may get hairy, but those are probably better dealt with in issue specific threads. Good luck, and don't hesitate to bring up any other questions. ~CK On Thursday, February 27, 2014 5:29:34 PM UTC-6, Dennis Marwood wrote: > > OK I think you are talking about

Re: Template/Form Errors and DynaTree.js

2014-02-28 Thread Andreas Kuhne
Hi Timothy, What you could do is create a function that gets the id of the form. It can then query the action of the form and the parameters of the form. It would look something like this: function submitForm(form_id) { var $form = $("#" + form_id); $.ajax({ type: 'POST', url:

Re: django-php - yeah, it happened.

2014-02-28 Thread Scott Anderson
Well, things like Twig are based on Django templates. We're currently migrating from PHP to Django, and if something like Django-PHP made that easier I would most definitely use it. To be honest I wish there were a Twig-like solution for Django. We're going to try adding the missing tags to

Re: Using Django without templates?

2014-02-28 Thread bobhaugen
On Thursday, February 27, 2014 8:37:45 PM UTC-6, somecallitblues wrote: > You do have to be careful with templates if you're using too many > inclusions or if you have too much logic in them. There's a good django > debug toolbar add-on that informs you about the time a template takes to >

Re: Template/Form Errors and DynaTree.js

2014-02-28 Thread Timothy W. Cook
On Thu, Feb 27, 2014 at 10:18 AM, Andreas Kuhne wrote: > Hi again Timothy, > > Actually it's much easier than you think. > Great news! :-) > > The error you showed is a validation error, is it not? > > Yes. In the example that you gave (below) it seems that I

Re: django-php - yeah, it happened.

2014-02-28 Thread Nevio Vesic
WTF lol @Cal, you made my morning! -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email

Re: django-php - yeah, it happened.

2014-02-28 Thread Antoni Aloy
:D 2014-02-28 0:30 GMT+01:00 Cal Leeming [Simplicity Media Ltd] < cal.leem...@simplicitymedialtd.co.uk>: > Clearly this should be considered for merge into the core; > https://github.com/mvasilkov/django-php > > The really sad part: someone somewhere *will* use this in production, and > be