Django Reinhardt video

2006-02-16 Thread Jeremy Dunck
http://www.boingboing.net/2006/02/16/django_reinhardt_vid.html --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com To uns

Re: DoJo Integration & JSON methods

2006-02-16 Thread limodou
On 2/17/06, Ian Holsman <[EMAIL PROTECTED]> wrote: > > http://turboajax.com/turbowidgets/ might be of interestest. > > BTW. they are about $200 for commerical use. > I also found that : "TurboWidgets are not open-source, but are free for non-commercial use." -- I like python! My Blog: http://ww

Re: DoJo Integration & JSON methods

2006-02-16 Thread Ian Holsman
http://turboajax.com/turbowidgets/ might be of interestest. BTW. they are about $200 for commerical use. On 2/17/06, David Pratt <[EMAIL PROTECTED]> wrote: > > Can someone advise whether there is a grid type widget for dojo that > could work with model data. Many thanks. > > David > > > -- [EM

Re: DoJo Integration & JSON methods

2006-02-16 Thread David Pratt
Can someone advise whether there is a grid type widget for dojo that could work with model data. Many thanks. David --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group,

Re: Similar software to django/New Django features/Working on Django

2006-02-16 Thread Max Battcher / WorldMaker
> There are some things that we do though, that I don't see in Django. The > biggest is our logging system, which I really like. In Django I've > just seen logging in the admin page with the 'History'. Our setup is that > we have a class LogEntry (actually action_log but i would change it now)

Similar software to django/New Django features/Working on Django

2006-02-16 Thread Alan Bailey
Long email subject, but this might be a long email. Hello developers! I'd like to introduce myself, I'm Alan. And now here's my situation: I work for the system administration group in the Math and Computer Science Division at Argonne Nat'l Lab (www.mcs.anl.gov), near Chicago. We have thousan

'Rotating' the fcgi backends.

2006-02-16 Thread Wojtek/brandlay.com
I want to exit() a backend after it has processed a certain number of requests via FCGI (WSGI?). Any idea how to do it cleanly with Django? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group.

Re: 'django_admin.py/manage.py install app' - confusing models validation

2006-02-16 Thread Russell Keith-Magee
Hi Kuba, I just added a patch for this to the magic-removal branch (as ChangeSet 2310). Russ Magee %-) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to

Re: Magic-Removal Branch

2006-02-16 Thread ChaosKCW
Hi I am using manage.py from /manage.py Can you send me an examlpe model file ? I would just like to make sure it nothing do with my typing. Thanks, S --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django de

Re: are TinyMCE + other HTML input editors safe to use.

2006-02-16 Thread Ian Holsman
the problem I see with this is that you need to do the same validation (for publicly accessable sites) on the server side. On 2/16/06, akaihola <[EMAIL PROTECTED]> wrote: > > My solution was to prevent harmful tags and attributes in TinyMCE's > configuration. Even copy-pasting from word processor