Re: mysql data connectivity problem

2019-11-20 Thread Bill Hughes
no From: django-users@googlegroups.com on behalf of Franz Ulenaers Sent: Tuesday, November 19, 2019 5:15 PM To: Django users Subject: Re: mysql data connectivity problem Hi, Do you want to write a python program which read a sqlite3 database and maybe do some

Re: mysql data connectivity problem

2019-11-20 Thread Chaithanya Reddy
Post a pic of what is error First connect with the internet Run it on any other any browser And next post it what is error, so we can check where the error gets -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this gro

Re: mysql data connectivity problem

2019-11-20 Thread Chaithanya Reddy
Check whether any database connection u have given in your pc ex:- if u have already installed any mysql data base in your pc, then uninstall that mysql application, restart the pc After that u can connect to the database of django Next time post with a pic(what is the error is..??) So that i can

Re: mysql data connectivity problem

2019-11-19 Thread Manish Maurya
https://docs.djangoproject.com/en/2.2/ref/databases/#oracle-notes "you need to open your settings.py file in that you have database cinfiguration and you can see on goole also" On Wed, 20 Nov 2019 at 08:28, Desh Deepak wrote: > You need to changes Database section inside settings.py > > On Tue,

Re: mysql data connectivity problem

2019-11-19 Thread Desh Deepak
You need to changes Database section inside settings.py On Tue, 19 Nov 2019, 18:59 Prof soul, wrote: > Hi i'm soul i'm new to django and late, i got an idea to handle the django > but there is still lack of database connectivity with django anybody know > about it in easy manner > > -- > You r

Re: mysql data connectivity problem

2019-11-19 Thread Franz Ulenaers
Hi, Do you want to write a python program which read a sqlite3 database and maybe do some updates and/or create new records in the database ? > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving

Re: mysql data connectivity problem

2019-11-19 Thread Suraj Thapa FC
Refer the docs... Its easy On Tue, 19 Nov 2019, 8:16 pm o1bigtenor, wrote: > On Tue, Nov 19, 2019 at 7:30 AM Prof soul wrote: > > > > Hi i'm soul i'm new to django and late, i got an idea to handle the > django but there is still lack of database connectivity with django > anybody know about

Re: mysql data connectivity problem

2019-11-19 Thread o1bigtenor
On Tue, Nov 19, 2019 at 7:30 AM Prof soul wrote: > > Hi i'm soul i'm new to django and late, i got an idea to handle the django > but there is still lack of database connectivity with django anybody know > about it in easy manner > No expert here but I do know that there are lots of pages in t

mysql data connectivity problem

2019-11-19 Thread Prof soul
Hi i'm soul i'm new to django and late, i got an idea to handle the django but there is still lack of database connectivity with django anybody know about it in easy manner -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from