Re: comparisons with java framework

2009-02-23 Thread Jan Claeys
rce... -- Jan Claeys --~--~-~--~~~---~--~~ 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-u

Re: catalog of django apps?

2007-03-11 Thread Jan Claeys
name it "Hot Club de France"... ;-) See: <http://en.wikipedia.org/wiki/Quintette_du_Hot_Club_de_France> -- Jan Claeys --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" gro

Re: Django patch!

2006-09-02 Thread Jan Claeys
Op vr, 01-09-2006 te 23:55 -0500, schreef Jacob Kaplan-Moss: > On Sep 1, 2006, at 7:05 PM, Jan Claeys wrote: > > The Akismet "spam protection" does more bad than good, that's going > > on. (Someone will ask you to submit your IP to be added to a whitelist >

Re: Django patch!

2006-09-01 Thread Jan Claeys
ot;bayesian" techniques or something else that can "learn" from its mistakes? -- Jan Claeys --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send

Re: Yet another Django application

2006-09-01 Thread Jan Claeys
N setting in the settings file. > > I'll let you know if I finish an ubuntu specific one. Also look at the new init replacement ('upstart') then: <http://www.netsplit.com/blog/work/canonical/upstart.html> <https://wiki.ub

Re: geographic targeting with django

2006-08-18 Thread Jan Claeys
Op wo, 16-08-2006 te 10:17 +1000, schreef Ian Holsman: > does anyone know of a python module/interface to allow me to determine > what state a given IP# is in? Don't depend on those GeoIP (etc.) databases mentioned to be always correct... --

Re: session management

2006-08-13 Thread Jan Claeys
Op do, 10-08-2006 te 09:15 +, schreef uselpa: > Unless you check that the IP from which the request is coming is the > same IP from which the initial request came. Which breaks if the user is using a pool of proxy servers... -- Jan

Re: Public Domain ( was Re: Full Text Search w/ MySQL)

2006-08-12 Thread Jan Claeys
ish it for free forever, but you can't legally say "I'm not the author anymore" or "I refuse all my rights (and plights) as an author". -- Jan Claeys --~--~-~--~~~---~--~~ You received this message because you are subscribed to t

Re: VMWare image for running/developing Django

2006-08-12 Thread Jan Claeys
ts of software that you don't need for a Django VmWare image (things like OOo2), so it should be easily possible to fit this in less... (I think less than 500 MiB should be possible.) -- Jan Claeys --~--~-~--~~~---~--~~ You received this message becaus

Re: Django on win xp

2006-07-31 Thread Jan Claeys
Op vr, 21-07-2006 te 22:37 -0700, schreef Tyson Tate: > Wait, Linux or XP? Or Linux _on_ XP: <http://colinux.org/> ? :-) -- Jan Claeys --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django us

Re: Is Django the framework I've been looking for?

2006-07-31 Thread Jan Claeys
doesn't run in a console and is smaller(!)... ;-) -- Jan Claeys --~--~-~--~~~---~--~~ 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@googlegrou

Re: Generic views and dates in the future

2006-07-07 Thread Jan Claeys
E.g. I'm sure some people don't want to view past events (e.g. in case of an event calendar). And other people might have other requirements that we can't even imagine yet... -- Jan Claeys --~--~-~--~~~---~--~~ You received this message because you a

Re: Packaging django/flup for ubuntu

2006-07-04 Thread Jan Claeys
first item there) as well as on-line on <https://help.ubuntu.com/>. -- Jan Claeys --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-u

Re: Serious Noobie question, what the $ for in urlpatterns.

2006-06-06 Thread Jan Claeys
Op ma, 05-06-2006 te 21:44 -0500, schreef Jeremy Dunck: > Kodos is a nice utility for fiddling with regexs: 'Kiki' is another one, written in wxPython. -- Jan Claeys --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: Rich Text Editor for BBCOde?

2006-06-01 Thread Jan Claeys
one of those... yuck! For esthetic reasons alone those things should be forbidden. :-( -- Jan Claeys --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send emai

Re: Authentication by email+pass

2006-05-25 Thread Jan Claeys
ft of the "@" in an e-mail address is not defined in the RFCs to be case-insensitive (even if every mail server I know treats it as case-insensitive, there might be exceptions). -- Jan Claeys --~--~-~--~~~---~--~~ You received this message because you ar

Re: Slicing [-1] on objects.all()

2006-05-25 Thread Jan Claeys
records just to access one > row. Quick thought: can't the QuerySet do that itself then? -- Jan Claeys --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, se

Re: found solution: opera + django-admin

2006-04-23 Thread Jan Claeys
ot), A simple link, a HTTP GET request, shouldn't change any server-side state or data; that's what HTTP POST is for... -- Jan Claeys --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users&qu

Re: PostgreSQL Schemas.

2006-04-15 Thread Jan Claeys
no support for this, but "attached databases" can maybe be used to do something similar...? <http://sqlite.org/lang_attach.html> -- Jan Claeys --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Dja

Re: Locale from URL Middleware

2006-04-05 Thread Jan Claeys
e else's computer and you don't prefer the same language as the owner. (That owner might also be a "cybercafé" or such.) -- Jan Claeys --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django u

Re: django pastebin

2006-03-21 Thread Jan Claeys
Op di, 21-03-2006 te 07:35 +0530, schreef Kenneth Gonsalves: > dunno if it is possible, but could the default language in django > pastebin be set to python instead of php? You have to accept cookies from the site, so that it can "remember" what you used last...

Re: Dreamhost - agh!

2006-03-04 Thread Jan Claeys
servers for 29 euro/month). -- Jan Claeys --~--~-~--~~~---~--~~ 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 g