Re: django CMS 2.1.2 released

2011-02-17 Thread Javier Nievas
Great! I'll need to remove the patch I did to make it work... :-) -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+u

Curso de Django

2008-09-08 Thread Javier Nievas
Buenas Os informo de que desde el 22 de septiembre al 1 de octubre se imparte en GRANADA un curso presencial de Django de 40 horas de duración. En el que se enseñan las bases para comenzar con este framework, así como su integración con Ajax. Aquí teneis el enlace: http://continua.ugr.es/data_h

Re: Head swimming - JavaScript libraries

2008-02-18 Thread Fco. Javier Nievas
As many developers you asked, as many different answers you get. It's just a matter of taste. I've been using Mootools for "simple" projects, since it's very light, very clear, smart and easy to extend. The better choice for most situations. For complex projects, I've been using dojo for a couple

Re: Whitespace handling in newforms modelforms

2008-02-18 Thread Fco. Javier Nievas
You can use Form inheritance to redefine default behaviour, so you will be just writing down just a strip and after making all your forms inherit from your BaseForm they all will strip fields 2008/2/18, James Bennett <[EMAIL PROTECTED]>: > > > On Feb 18, 2008 2:37 PM, web-junkie <[EMAIL PROTECTED]

Re: Manually ordering content

2008-02-18 Thread Fco. Javier Nievas
Maybe you could use the "ordering" attribute at META class, to avoid using order_by in every request. Wish it helps 2008/2/18, Bret W <[EMAIL PROTECTED]>: > > > I never really heard anything back on this, so I built something based > on the models in my last message. > > The details and code are

Re: Better FileField

2007-10-16 Thread Fco. Javier Nievas
Could you give a link to that patch? Thanks On 10/11/07, Marty Alchin <[EMAIL PROTECTED]> wrote: > > > As Malcolm mentioned, I put a lot of time into a patch to solve a > great many problems with FileField, even more than the ones you > mentioned. It's not in trunk yet, and I don't know when it w

Scaffolding

2006-08-08 Thread Javier Nievas
I have uploaded to: http://code.djangoproject.com/wiki/Scaffolding a script that allows you to generate form templates for all the models defined in your app, and also generates a _urls.py with urlpatterns to use those templates. This way you can setup your app quicker working over these templates

Re: Scaffolding

2006-08-08 Thread Javier Nievas
If admins find not appropiate to keep these scripts in this website, I'll move them to another place. I didn't know If I had to ask somebody before updating the wiki. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: Django vs TurboGears

2006-07-29 Thread Javier Nievas
Django does not use MVC model, it uses Model - View - Template (MVT) model. It's similar, because an MVC view is like an MVT template, and an MVC controller is like a MVT view. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Googl

Django course at Spain

2006-07-29 Thread Javier Nievas
Hola, Por si le interesa a alguien, hay un curso en la Universidad de Granada acerca de Django y el Web 2.0. Aqui os dejo el enlace: http://continua.ugr.es/data_html/curso.php?cod=06/CA/052&nombre=PROGRAMACION%20WEB%202.0:%20DESARROLLO%20RAPIDO%20DE%20APLICACIONES%20CON%20PYTHON%20Y%20DJANGO.%20

Re: BEST FOR NET PROFESINALS

2006-04-03 Thread Javier Nievas
Maybe we need an spam filter... --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to

Re: What is Caching my DB

2006-03-27 Thread Javier Nievas
Read about autocommit. Siah wrote: > I just launched my django site for a client. My problem is something > is caching my db data in a bizzar way. Here are some of the behaviours > > I get: > > - I login, and every other page it makes me login again for a 5 minutes > > or so and then it remem

Mysql Issue

2006-03-15 Thread Javier Nievas
Hi, I'm having problems with django and mysql over apache2 on windows 2000 server. I'm getting errors about connecting to mysql database, I figured out it is about threading problems. I've searched this problem over the network and I've found a fix in the tickets intended to solve this. I have ap

Re: Fwd: Multiple checkboxes

2006-02-03 Thread Javier Nievas
Thanks

Multiple checkboxes

2006-02-03 Thread Javier Nievas
Hello, I have a list of items, each one with a checkbox to select it. I want to post this info to a django view, but i don't know how should I use the name="" and value="" of the input tag to gain access to it from django as it if was an array. I used something like that in PHP: ... Text Text