Re: Problem with Django recaptcha

2012-09-06 Thread lakesh
is this a right way as stated in this website: http://digitaldreamer.net/blog/2010/4/15/integrating-recaptcha-contact-form-django-project/ On Friday, September 7, 2012 12:37:54 PM UTC+8, lakesh wrote: > > How do i set to manual? where should this go? > > On Thursday, September 6, 201

Re: Problem with Django recaptcha

2012-09-06 Thread lakesh
How do i set to manual? where should this go? On Thursday, September 6, 2012 2:19:29 AM UTC+8, Amyth wrote: > > This is because the re-captcha API is not able to recognize the keys ? do > you have the re-Captcha settings set to automatic by any chance ? if so > change it to manual and add the d

Re: django + TinyMce

2012-08-20 Thread lakesh
http://www.youtube.com/watch?v=bJeTEDRvGVA. Try this... On Monday, August 20, 2012 2:36:22 PM UTC+8, Владислав Иванов wrote: > > Hello! I am a novice. I want to install TinyMce on Django. I tried a lot > of lessons posted on the Internet, nothing. 3 days can not adjust. Please > tell me a link t

Displaying queries in Django admin

2012-08-16 Thread lakesh
I would like to display all the student information like his ID, parent's first name,parent's first name, parent's email and the country in the django admin. These data are in the models and i would like to query and display them in django admin like a database table. The models for Student, St