query on django orm :- please help me to make a django base queryset, i have tried a lot but unable to make it.

2016-04-07 Thread JAI PRAKASH SINGH
hello all, please help me to make a django base queryset, i have tried a lot but unable to make it my records present are like under Model name:- MobileInfo id brandmodel_nameprice 1aaa 123 30 2aaa 123 35 3bbb

Re: please suggest me, related to technologies that I should use for facebook like chat

2015-08-10 Thread JAI PRAKASH SINGH
om/MrJoes/tornadio/tree/master/examples/chatroom > > On Mon, Aug 10, 2015 at 8:56 AM, JAI PRAKASH SINGH <jaiprakas...@gmail.com > > wrote: > >> Hello all, >> >> >> I want to to make a facebook like chat application in django. >> can

please suggest me, related to technologies that I should use for facebook like chat

2015-08-10 Thread JAI PRAKASH SINGH
Hello all, I want to to make a facebook like chat application in django. can you guys suggest me, what technology should I use to make it , or can you give me some links to learn it for this I will be very thankful to you guys with regards jai -- You received this message

Re: please advice me some good online tutorials for google map

2015-02-04 Thread JAI PRAKASH SINGH
ion, it'll help: > https://developers.google.com/maps/tutorials/fundamentals/adding-a-google-map > > Cheers > > On Wednesday, February 4, 2015 at 11:39:05 AM UTC+1, JAI PRAKASH SINGH > wrote: >> >> hello all >> i know its a silly question but please reply, >>

please advice me some good online tutorials for google map

2015-02-04 Thread JAI PRAKASH SINGH
hello all i know its a silly question but please reply, i want to learn how to integrate google map on django project please advice me . thanking you jai -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this

Re: python with django orm code , after exits, the entry from db revert backs

2015-01-13 Thread JAI PRAKASH SINGH
no sir , im really sorry actually there was some bug from my side. but thank you sir for response, at i know some concept about autocommit. On Mon, Jan 12, 2015 at 2:12 PM, Sergiy Khohlov wrote: > Have you enabled autocommit to yes? > > -- > You received this message

python with django orm code , after exits, the entry from db revert backs

2015-01-11 Thread JAI PRAKASH SINGH
hello all, please reply 1) I wrote a code n python using django orm, 2) to enter the url entry in mysql db, 3) and this code enters the data (url) in mysql db 4) and code exists fine but when i see the database it revert back , i.e there is no data

django ModelForm: error name 'self' is not defined

2014-12-08 Thread JAI PRAKASH SINGH
hello all, I am trying to make a registration form using User model so i am using ModelForm as I am using bootstrap template i need to add some atribute like class placeholder so i am using widget, am facing a problem , i searchd a lot but unable to find the solution please help my

Re: how to pass request.user in .hbs file in django

2014-12-04 Thread JAI PRAKASH SINGH
hi actuall when i pass simple static value it shhows it in .hbs file (user: = "jai prakash singh") but when i pass request.user it show none (user:request.user) i think u r right , i should passs in serialise format. thank you let me try, and i will send u what is the response thank

Re: how to pass request.user in .hbs file in django

2014-12-02 Thread JAI PRAKASH SINGH
ing the t? reques.user to request.user > > On Tue, Dec 2, 2014 at 7:42 AM, JAI PRAKASH SINGH < > jaiprakashsingh...@gmail.com> wrote: > >> hello all, >> >> i am very new to django , i have just started to work on django , >> >> i am using .hbs file in dja

how to pass request.user in .hbs file in django

2014-12-02 Thread JAI PRAKASH SINGH
hello all, i am very new to django , i have just started to work on django , i am using .hbs file in django project my aim is to use request.user in .hbs file i am trying this ... not working

python querry on firebug extention

2014-01-11 Thread JAI PRAKASH SINGH
hello i am working on selenium module of python, i know how to make extension of firebug with selenium, but i want to know how to use firebug extension with request module / mechanize . i search a lot but unable to find it , please help . technique similar like :- from selenium

Re: Any Tutorials on Django similar to Web2py ????????????????

2013-08-20 Thread JAI PRAKASH SINGH
gt; https://docs.djangoproject.com/en/1.5/intro/tutorial01/ > > Cheers > > > On Tue, Aug 20, 2013 at 9:57 AM, JAI PRAKASH SINGH < > jaiprakashsingh...@gmail.com> wrote: > >> Any Tutorials on Django similar to Web2py >> >> -- &

Any Tutorials on Django similar to Web2py ????????????????

2013-08-20 Thread JAI PRAKASH SINGH
Any Tutorials on Django similar to Web2py -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to

Re: Want solution for CSRF problem in django please........

2013-08-15 Thread JAI PRAKASH SINGH
> > On Thu, Aug 15, 2013 at 7:16 AM, JAI PRAKASH SINGH < > jaiprakashsingh...@gmail.com> wrote: > >> code in views.py >> >> = >> >> from django.http import HttpResponseRedirect >> from d

Want solution for CSRF problem in django please........

2013-08-15 Thread JAI PRAKASH SINGH
code in views.py = from django.http import HttpResponseRedirect from django.core.mail import send_mail from django.core.context_processors import csrf from django.template import RequestContext def contact1(request): errors = [] if request.method ==

Re: os.system() is not working in django while working on server centos

2013-03-01 Thread JAI PRAKASH SINGH
hanks, > > Serge > > > +380 636150445 > skype: skhohlov > > > On Fri, Mar 1, 2013 at 4:26 PM, JAI PRAKASH SINGH < > jaiprakashsingh...@gmail.com> wrote: > >> No Tom it just a part of code from django views >> >> i just want to know .. is any a

Re: os.system() is not working in django while working on server centos

2013-03-01 Thread JAI PRAKASH SINGH
to u .. > > till thenn i m posting it to python post also.. > > On Friday, March 1, 2013 6:33:05 PM UTC+5:30, Tom Evans wrote: >> >> On Fri, Mar 1, 2013 at 11:29 AM, JAI PRAKASH SINGH >> <jaiprakas...@gmail.com> wrote: >> > import sys,os >> > sys

Re: os.system() is not working in django while working on server centos

2013-03-01 Thread JAI PRAKASH SINGH
PM UTC+5:30, Tom Evans wrote: > > On Fri, Mar 1, 2013 at 11:29 AM, JAI PRAKASH SINGH > <jaiprakas...@gmail.com > wrote: > > import sys,os > > sys.stderr = open('/dev/null') > > import paramiko > > sys.stderr = sys.__stderr__ > > > > os

os.system() is not working in django while working on server centos

2013-03-01 Thread JAI PRAKASH SINGH
import sys,os sys.stderr = open('/dev/null') import paramiko sys.stderr = sys.__stderr__ os.system("echo \'s3\' >> myfile.txt ") #debug first in ssh2 def ssh2_connect(host, user, pswd, port=22): try: ssh = paramiko.SSHClient() ssh.load_system_host_keys()