Re: Using jquery ajax POST method with django

2015-01-17 Thread Erwin Sprengers
Hello, POST works fine for me, I use the following django code : at the end of the view : return HttpResponse(simplejson.dumps(response_dict), mimetype='application/javascript') and following ajax code : $.ajax({ url: '/ajax/is_key_mm/', type: 'POST', asy

Re: Dutch translation of Django Tutorial

2014-10-26 Thread Erwin Sprengers
Hi, Depending on the size, I can help to review. Erwin Op zaterdag 25 oktober 2014 13:36:11 UTC+2 schreef Tomáš Ehrlich: > > Hello everyone, > there are two things that going to happen in next month: > > 1. Django Under the Hood conference in Amsterdam > 2. (Hopefully) I’

Re: Looking for an email-based tutor

2014-08-19 Thread Erwin Sprengers
Hello, Why would you use Webpay.jp in combination with Django for EC ? I don't have any experience with this Webpay.ip but django has excellent apps such as django-oscar for EC. Why not using these apps, django-oscar is for instance very flexible and versatile (and is using already bootstrap)

Re: How to visualize result poll by a Histogram?

2013-12-17 Thread Erwin Sprengers
matplotlib is without any doubt the best library, you can easily integrate in django Op dinsdag 17 december 2013 12:48:00 UTC+1 schreef Nduwimana Audace: > > Hi everyone, > I'm new in Django and would like to know how I can visualize poll result > by a histogram > -- You received this messag

django-oscar

2013-09-11 Thread Erwin Sprengers
Anyone using django-oscar in combination with django 1.5 ? Can you share your experiences ? -- 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+unsubs

on delete cascade - best way to do override this behaviour?

2009-02-09 Thread Erwin Elling
uch activity since last year either. I currently don't know what my best options are... Any input would be greatly appreciated. Thanks, Erwin --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users"

Re: Wierd FileField behavior

2009-02-03 Thread Erwin Elling
o. Files that were changed between these versions (by Jacob): db/models/fields/files.py core/files/base.py I can't dig into this any deeper atm, but hope I've pinpointed the problem somewhat... Erwin --~--~-~--~~~---~--~~ You received this message becau

Re: Wierd FileField behavior

2009-02-03 Thread Erwin Elling
> I went back to 9781 (which was still on my system for a previous > project) and the problem seems not to exist here. Haven't had the time > to dig into this any further, but maybe this helps someone else. Sorry, made a mistake; On 9781 the problem is still there. On 9084 (also quite randomly ch

Re: Wierd FileField behavior

2009-02-03 Thread Erwin Elling
On Feb 3, 12:10 pm, Erwin Elling wrote: > It's probably not DrKayBee's view that's causing problems. Seems like > it's the adminviews. This was on the latest svn revision (9807). I went back to 9781 (which was still on my system for a previous project) and the probl

Re: Wierd FileField behavior

2009-02-03 Thread Erwin Elling
ilefields: When I edit and save instances of the model and leave the filefields unchanged, they are saved as blank. It seems that the empty input fields for files in the admin form overwrite the file that was elready entered? Erwin --~--~-~--~~~---~--~~ You receive

Re: Link to CSS and JS files other than in base.html

2008-09-08 Thread Erwin Elling
} more bla {% endblock %} The rendered block will contact "blabla more bla". Good luck, Erwin On Sep 8, 12:50 pm, "Scott Moonen" <[EMAIL PROTECTED]> wrote: > Hi, > What I do is put an empty {% block extrahead %}{% endblock %} and {% block > extrastyle %}{% endbl

Re: child edit causes duplication with model inheritance

2008-05-09 Thread Erwin Elling
right? Looking for some people who have tried this out, before I dive into it... It sounds so promising! Cheers, Erwin --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post t

Re: User permissions

2008-02-07 Thread Erwin Elling
> Probably, but I always include that in the time scale just in case. > You know how tricky it is to estimate software development. I understand; nevertheless your estimates are highly appreciated. Hopefully Jacob is right about it being closer to now... :) Untill that time, I guess I'll just sta

Re: User permissions

2008-02-06 Thread Erwin
> In the admin it's basically not possible right now, but will become > very easy in the not-too-distant future. That sounds quite interesting, but I'm not totally sure what you are referring to. Do you mean the hooks the newforms admin branch provides or maybe the possibilities of the row-level