Re: Django and chat

2009-07-05 Thread Juanjux (Google)
Not Django, but it can be easily integrated on any site: https://blueimp.net/ajax/ On Jul 3, 8:20 am, Ivan Uemlianin wrote: > Xiong > > Thanks for your comment.  Good questions. > > I envisage a social networking website, based on Django.  The website > will provide a chat facility for users wh

Re: Django and chat

2009-07-05 Thread Juanjux (Google)
Hi Ivan, It's not based on Django, but it's easily embedable on any site and works pretty well: https://blueimp.net/ajax/ On Jul 3, 8:20 am, Ivan Uemlianin wrote: > Xiong > > Thanks for your comment.  Good questions. > > I envisage a social networking website, based on Django.  The website > w

Re: Django RSS Feeds with adsense

2009-07-09 Thread Juanjux (Google)
I don't know the answer to your specific question but you could make a feedburner RSS from it. Then you can insert adsense for feeds on it with just a click on adsense settings (it's all integrated.) On Jul 8, 9:35 pm, Alessandro Ronchi wrote: > I need to put an HTML code in my feeds, but if I p

UnicodeEncodeError on the admin when using translations

2010-02-05 Thread Juanjux (Google)
Hi, I put all the strings on my app on english and it works, but I translated them to spanish with makemessages and compilemessages and then every time I try to load a page on the /admin I get the exception at the end. My apache envvars and Django are all set to UTF-8. If I delete the django.mo fi