API Information for location tracking.

2020-03-21 Thread Mehul Anshumali
Hey Guys, Anyone knows how to do live tracking of vehicle or object in Django or any API available for this. Thanks in advance. Regards Mehul Anshumali. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this grou

Re: Django: how to make queries between 2 tables that are not related in the model?

2020-02-13 Thread Mehul Anshumali
Connect one table with another table using foreign key and then in command prompt type python manage.py shell and then import your table in shell then write queries . On Thu, Feb 13, 2020, 2:59 PM JΓ©rΓ΄me Le Carrou wrote: > Hi, > > I have 2 models that are not related (maybe it should...) > > I n

Re: installation of django

2020-02-12 Thread Mehul Anshumali
Follow this link https://developer.mozilla.org/en-US/docs/Learn/Server-side/Django/development_environment On Wed, Feb 12, 2020, 1:00 PM paarull shukla wrote: > Ok so virtual environment I have to search in cmd or like google > > On Wed, 12 Feb, 2020, 12:50 PM Mehul

Re: installation of django

2020-02-11 Thread Mehul Anshumali
Try install virtual environment and in that install django. You can search - setup Virtual environment and install django . On Tue, Feb 11, 2020, 9:43 PM paarull shukla wrote: > heloo guys i m not able to install django please help me it .i m facing > issue last 10 days . i m getting collecting

Re: Python Django Training

2020-02-07 Thread Mehul Anshumali
I am also interested in python and django training please add me also . Thanks. On Sat, Feb 1, 2020, 7:12 PM Srikanth K wrote: > Hi, > > I am from Hyderabad. I am Python Developer by Profession. I am eager take > up any Python , Django Training (online Preferrable or Weekends). Members > who re

Re: Maps API

2019-09-12 Thread Mehul Anshumali
Mail me inperson On Thu, Sep 12, 2019, 8:47 PM Mehul Anshumali wrote: > Yss bro πŸ˜†πŸ˜† > > On Thu, Sep 12, 2019, 8:03 PM Aniket Jain wrote: > >> Hello guys, >> Hey anyone is having idea that which API we can use for the grps tracking >> system for the vechiles like

Re: Maps API

2019-09-12 Thread Mehul Anshumali
Yss bro πŸ˜†πŸ˜† On Thu, Sep 12, 2019, 8:03 PM Aniket Jain wrote: > Hello guys, > Hey anyone is having idea that which API we can use for the grps tracking > system for the vechiles like Uber and ola. > > -- > You received this message because you are subscribed to the Google Groups > "Django users" g

Travelling & Open Source Contributions

2017-07-11 Thread Mehul Sharma
Hi Everyone, I've been working on Django for about 3 Months now and I have developed and deployed some applications in Heroku too. Due to my experience in python it was easy to get going with django because if its beautiful community. I am now looking to make open source contributions to some orga

Re: New with Django

2010-05-20 Thread Mehul
> > WSGIScriptAlias > > > > > Order deny,allow > > Allow from all > > > > > > I think this should work. > > > Regards > > Anandwww.bootstraptoday.com > > > On Fri, Apr 23, 2010 at 4:38 PM, Mehul wrote: > > > Hi, >

New with Django

2010-04-23 Thread Mehul
Hi, Last two days i am trying to set up django on my window machine. I had installed 1>python25.msi on d drive(d:/Python25). 2>django at location :D:\Python25\Lib\site-packages\django. It showing a successful message on IP : http://127.0.0.1:8000/ 3>Apache 2.2 4>mod_python-3.3.1.win32-py2.5-Apach