school solutions

2009-10-12 Thread jhugo
Hi, I was wondering if there is a project based on Django for schools that manages enrollment, grades, billing, etc. JHM --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group,

Re: rendering a table

2009-09-27 Thread jhugo
and your output please? > > On Sep 27, 2:04 am, jhugo <jhmur...@gmail.com> wrote: > > > Hi, > > > I want to render a table using a list of list. What I do is create a > > list for the rows and append another list for the columns. I use two > > fors in my

rendering a table

2009-09-26 Thread jhugo
Hi, I want to render a table using a list of list. What I do is create a list for the rows and append another list for the columns. I use two fors in my template to render the table and as the first loop progress the second always renders the values from the beginning and a i end up having my

Re: djangoplus widget

2009-06-25 Thread jhugo
', 'id_field': 'id'}), (r'^category/auto/$', auto_complete_view, {'query_func': category_auto_query_func, 'desc_field': 'name', 'id_field': 'id'}), last i added the fallowing to my base.html thanks, regards, On Jun 25, 11:45 am, jhugo <jhmur...@gmail.com> wrote: > I wa

Re: djangoplus widget

2009-06-25 Thread jhugo
I want to use this widget instead of the default one from the many to many field but don't know how to. Do you have an example that can get me started. Thanks, - Hugo On Jun 25, 11:39 am, "Gabriel ." <gabriel@gmail.com> wrote: > On Thu, Jun 25, 2009 at 12:33 PM, jhugo

djangoplus widget

2009-06-25 Thread jhugo
Hi, I am trying to use the ajax_m2m_widget from djangoplus but there is very little information could anyone help me? Thanks, -Hugo --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to