Re: sortable table

2008-04-15 Thread Steingrim Dovland
ggest you start by reading one of the jQuery tutorials :) Start here http://docs.jquery.com/Tutorials -- Steingrim Dovland. Oslo, Norway. This behaviour is by design. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "

Re: sortable table

2008-04-15 Thread Steingrim Dovland
. [1]: http://jquery.com/ [2]: http://tablesorter.com/docs/ -- Steingrim Dovland. Oslo, Norway. This behaviour is by design. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to

Re: Application Concepts

2008-04-15 Thread Steingrim Dovland
rinted.net/blog/2008/mar/25/developing-django-sites-multiple-branches-part-1/ and http://prettyprinted.net/blog/2008/mar/29/developing-django-sites-multiple-branches-part-2/ -- Steingrim Dovland. Oslo, Norway. This behaviour is by design. --~--~-~--~~~---~-

Re: Reloading projects on FCGI

2008-03-31 Thread Steingrim Dovland
s up at http://prettyprinted.net/blog/2008/mar/23/monitoring-django-with-daemontools/ -- Steingrim Dovland. Oslo, Norway. This behaviour is by design. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group.

Re: bad html in textfield

2008-01-14 Thread Steingrim Dovland
IncompatibleChanges#Auto-escapingintemplates -- Steingrim Dovland. Oslo, Norway. This behaviour is by design. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send emai

Re: how to restrict username length must more than 5 words

2008-01-08 Thread Steingrim Dovland
tration? If so, there is no need to hack the django code, simply create a subclass of registration.forms.RegistrationFormUniqueEmail that does additional validation of the username to check the username length. -- Steingrim Dovland. This behavio