Re: looking for team members as my technical Advisory

2019-03-01 Thread Jai Singhal
I am interested On Friday, 22 February 2019 15:32:27 UTC+5:30, Nura Bash wrote: > > Good day, all am Nura bashir CEO of Teamlead enterprise Nigeria, am > looking for Technical advisory members for my project which am about to > start here in West Africa, is a plot project from 10 selected school

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 3bbb345

Re: Guidelines For A Newbie

2016-01-04 Thread Jai Goyal
u don't know python so well I recommend http://www.learnpython.org/ > > after that if you still don't know the path to take feel free to ask again > on how to continue here > > success > Avraham > > On Mon, Jan 4, 2016 at 4:28 AM, Jai Goyal wrote: > >> Hell

Re: hello. get_queryset question

2016-01-03 Thread Jai Goyal
s.com. > Visit this group at https://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CALn3ei0YSC-2Yx2zMBCcQ--gen%3DPDtC%2B1cLnYrsN3fp46C8-ww%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CALn3ei0

Guidelines For A Newbie

2016-01-03 Thread Jai Goyal
developer. and any tips will be apprecieted. -- *Regards,* *Jai Goyal* *Computer Science, Sophomore* *Active Member,Cybros,The LNMIIT,Jaipur* " Don't worry about failure, you only have to be right once - Drew Houston " -- You received this message because you are subscribe

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 > wrote: > >> Hello all, >> >> >> I want to to make a facebook like chat application in django. >> can you guys suggest me, what technology should I

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
thank you sir . On Wed, Feb 4, 2015 at 6:49 PM, Majo wrote: > Hey Jai, > > To add a Google Map to your website you don't need to do anything special > in your Django project. It's a plain HTML/JS task. > > Have a look at the Documentation, it'll help: >

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

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 because you are subscribed

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 aft

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 c

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
ser > > 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 django project >> my aim i

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 ***view.py

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 im

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

2013-08-20 Thread JAI PRAKASH SINGH
tps://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 >> >> -- >> You received this message beca

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
e snippet you provided here). > > > On Thu, Aug 15, 2013 at 7:16 AM, JAI PRAKASH SINGH < > jaiprakashsingh...@gmail.com> wrote: > >> code in views.py >> >> = >> >> from django.http import HttpResponseRedi

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 == 'POST'

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

2013-03-01 Thread JAI PRAKASH SINGH
gt; > > +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 another systemcall i should

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

2013-03-01 Thread JAI PRAKASH SINGH
No Tom it just a part of code from django views i just want to know .. is any another systemcall i should use to log a file ??? or if u have batter option to log a file please share ... i will thankfull to u .. till thenn i m posting it to python post also.. On Fri, Mar 1, 2013 at 7:38 PM, JAI

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 > > wrote: > > import sys,os > > sys.stderr = open('/dev/null') > > import paramiko > > sys.stderr = sys.__stderr__ > > > > os.system("echo \&#x

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() ssh.set_missin

Re: Invoke Django admin list filter

2009-07-03 Thread jai
Thanks for your reply. I will implement it and get back to you. Jayapal D On Jul 2, 10:54 pm, jai_python wrote: > Hi Friends. Can any one help me to implement or invoke Django > defaultadminlistfilterin our own application. > > Thanksinadvance, > Jayapal D --~--~-~--~~~

Re: django captcha

2009-05-20 Thread jai
svn checkout http://django-simple-captcha.googlecode.com/svn/trunk/ django-simple-captcha-read-only On May 21, 9:30 am, online wrote: > Could anyone please recommend a open source library captcha working > fine with django? > > http://code.google.com/p/django-simple-captcha/ looks but i just > c

Re: using ajax in django

2009-05-15 Thread jai
I have document in my blog about Ajax based form submission in django. pls gone through this url http://jayapal-d.blogspot.com/2009/05/django-ajax-submit-form.html Jayapal On May 15, 11:18 am, Margie wrote: > I found a very good tutorial > athttp://lethain.com/entry/2008/sep/21/intro-to-uni

Re: Dynamic upload paths Based on object

2009-05-13 Thread jai
Thanks for your reply. Finally i got the solution Models.py. --- class Books(models.Model): no=models.IntegerField() class Collection(models.Model): def imagepath(instance,filename): val="Book_Media/" +

Re: autofilling select boxes

2009-05-10 Thread jai
You can use Dojo or jquerry. On May 11, 10:44 am, newbie wrote: > Hi, > >           I'm new to django and also ajax. I want to create a form > which has a select box and based on the selection made, the options of > another select box are generated. I've achieved this task in web2py > but i'm po

Re: django decimal field query issue

2009-05-10 Thread jai
Thanks for your reply. We are already using geodjango for latitude and longitude manipulation. But i want to store decimal (float) data, for that purpose i selected 'DecimalField'. But the actual problem is when ever i tried to execute the below query, it always fails "Vehicle=Vehicl

Re: how to create bigint ?

2009-03-12 Thread jai
i used to store mobile/phone number as follows phone=models.DecimalField(max_digits=10, decimal_places=0) so that u can store up to 10 digit or else if u want to store 12 digit number then give max_digits=12. Hope this will fix your problem. On Mar 13, 8:37 am, Kegan Gan wrote: > I was just faci

Re: Can't run django on Apache

2009-03-09 Thread jai
just put this line in (/etc/apache2/sites-enabled/000-default) SetHandler python-program PythonHandler django.core.handlers.modpython SetEnv DJANGO_SETTINGS_MODULE mysite.settings PythonInterpreter mysite Py

Re: Database connection object in session

2009-03-04 Thread jai
Thanks for your reply. I will go through this link. Looking forward for further solution. Thanks, Jayapal On Mar 5, 10:36 am, Malcolm Tredinnick wrote: > On Wed, 2009-03-04 at 21:26 -0800, jai wrote: > > Thanks for your reply. > > Actually I got to use 2databasein my project an

Re: Database connection object in session

2009-03-04 Thread jai
Thanks for your reply. Actually I got to use 2 database in my project and I am not sure about Django Multiple DB support. So I thought of accessing secondary DB connection through ordinary python sql connection and to add connection object in session, but it is not working. Always returns 'None'.