Re: Django and Ajax (mootools/clientcide) Fupdate encoding problems

2009-04-28 Thread Bartek SQ9MEV
Karen Tracey pisze: > > Sharing with the list what, exactly, the 'results far from expected' > look like would be a start. I assume from the subject that you are > getting some sort of encoding exception, but without the traceback it is > a bit difficult to say where exactly the problem is. Ind

Re: Django and Ajax (mootools/clientcide) Fupdate encoding problems

2009-04-28 Thread Karen Tracey
2009/4/28 Bartek SQ9MEV > > What would be the best idea to handle this problem? Where does it > originate? > Any idea where to start investigation? > > Sharing with the list what, exactly, the 'results far from expected' look like would be a start. I assume from the subject that you are getting

Django and Ajax (mootools/clientcide) Fupdate encoding problems

2009-04-28 Thread Bartek SQ9MEV
Hi Im using clientcide fupdate which generates ajax request: http://dpaste.com/38671/ My post data includes some national (polish) characters, when i try to save them i get results far from expected. My view is at http://dpaste.com/38672/ What would be the best idea to handle this problem? Wher

Re: MooTools

2008-09-22 Thread Xenocide001
wow thanks i didn-t know that. imma check out Pinax too.. thanx --~--~-~--~~~---~--~~ 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

Re: MooTools

2008-09-22 Thread Erik Allik
You should consider Pinax at http://pinaxproject.com/. Cloud27.com is powered by Pinax. It's a community site platform you can customize to your needs. Erik On 22.09.2008, at 22:14, Xenocide001 wrote: > > i was wondering how to make django project along with Mootools, the >

Re: MooTools

2008-09-22 Thread Horst Gutmann
Django itself doesn't really care what JavaScript library you want to use. Simply include it in your templates and use it like you would any other static file :-) In this regard it doesn't really matter if you want to use MooTools, jQuery, YUI, Prototype or whatever other JS library y

MooTools

2008-09-22 Thread Xenocide001
i was wondering how to make django project along with Mootools, the project itself it-s nothing now (no code just a doodle in my notebook and an idea).. i-ve seen a lot of django powered comunnity sites.. and i was looking for making one.. i know a bit of javascript.. and mootools so i like some

Using Mootools Fancy Uploader with Django

2007-08-14 Thread steviecee
Hi, Has anyone ever attempted to use Mootools FancyUploader with Django? I'm having trouble working out the best way to tackle it, theres a middleware class that aids uploads called upload.py, would it be necessery to use this? If not has anyone got any other ideas on how to implemen