Re: PDF creation!!!

2008-12-26 Thread Marek Kubica
On Fri, 19 Dec 2008 08:21:51 -0500, Abdel Bolanos Martinez wrote: > Please can any one give me good references about tools for create PDF > reports, graphs in Django besides RepoLab I am using pdfLaTeX to generate the PDFs on the fly and serve them via Django after dumping ReportLab. regards,

Re: django.pl has been officially launched

2008-11-15 Thread Marek Kubica
On Tue, 28 Oct 2008 04:15:20 -0700, Dominik Szopa wrote: > We also have there English sites, the one is curce.com, but recently > heared that they are not powered by Django any more, anybody knows if > thats true ? Considering that the Curse guys hang around in #pocoo, that's well possible. r

Re: django.pl has been officially launched

2008-10-26 Thread Marek Kubica
On Sun, 26 Oct 2008 06:32:11 -0700, Dominik Szopa wrote: > Django Polish community site - http://www.django.pl has been officially > launched. I just took a look - the design is definitely good. The examples of polish sites using Django are also a good idea. > All of this will show what a grea

Re: Admin Inline does not want to edit

2008-09-15 Thread Marek Kubica
Hi, On Sun, 14 Sep 2008 16:58:34 -0700, Aric Coady wrote: > I think this is the same error I'm seeing in > http://code.djangoproject.com/ticket/9076. It involves getting duplicate > pks from the form. I just added the patch to my patch queue and it worked perfectly - thanks a lot! It would be

Admin Inline does not want to edit

2008-09-14 Thread Marek Kubica
Hi, I fought against this for the whole day already (with patching Django; creating Form and FormSet subclasses etc.) but nothing helped. I want to have a Message with multiple translations in my database and the admin should display the message and the translations inline. Now the problem is

Sixth Python User Meeting in Munich

2007-12-03 Thread Marek Kubica
Hi, just a short notice to all who live in or around Munich and are interested in a meeting: On Thursday, 13th of December 2007 starting at 18:30 will be a meeting of Python users from around Munich. Of course, it is free for anyone to discuss Django as well, some of the people attending use Dja

Fifth Python User Meeting in Munich

2007-11-19 Thread Marek Kubica
Hi, just a short notive to all who live around Munich and are interested in a meeting: On Thursday, 22th of November 2007 starting at 18:30 will be a meeting of Python users from around Munich. Of course, it is free for anyone to discuss Django as well, some of the people attending use Django th

Python user group meeting in Munich

2007-08-14 Thread Marek Kubica
Hi again! I'm announcing the forth Python user group meeting and I invite all Django users from Munich to come. The announce: regards, Marek --~--~-~--~~~---~

Meeting of Python users in Munich

2007-07-16 Thread Marek Kubica
Hi Pythoneers in and around Munich! On Wednesday the 18th of July there is going to be a Python user meeting in Munich to which all Django users are invited as well. If you're interested, here's the original announcement: I hope to see

Re: multilanguage site

2007-05-31 Thread Marek Kubica
Hi, On Thu, 31 May 2007 04:04:58 -0700, Grupo Django wrote: > If someone tell me what documents should I look to modify the django > code, I'll try to do it, and propose it. > I built a complete multilingual system for a PHP framework in just a > few hours. Achtually, you do not need to modify *

Re: multilanguage site

2007-05-31 Thread Marek Kubica
Hi, On Thu, 31 May 2007 01:30:31 -0700, Grupo Django wrote: > - Does anyone know a better solution for doing it? Use django-multilingual or django-utils (nesh.translation). Yesterday I started my own translation system which works like nesh.translation. > - Could it be implemented in futures dj

Re: Adding attibutes to models via mixins

2007-05-21 Thread Marek Kubica
Hi, On Mon, 21 May 2007 06:11:52 +1000, Malcolm Tredinnick wrote: > You're probably going to have to look at the ModelBase.__new__ method > and work in nicely with that as well. Django's model creation metaclass > stuff is fairly key to how things work. > > You might want to read the DevModelCr

Adding attibutes to models via mixins

2007-05-20 Thread Marek Kubica
Hi all! I've got a normal model and I would like to add additional functionality via a mixin-class. This works quite well, until I tried to modify some of the attributes of the model from my mixin. I've got two fields which both fail to be set, but in different ways: - setting 'objects' to a cu