Re: Django : Change Backend as mysql and create sample example using django ORM

2018-08-29 Thread Tim Graham
com > *On Behalf Of *Raghavendrachari > k > *Sent:* 29 August 2018 09:42 > *To:* django-d...@googlegroups.com > *Subject:* Re: Django : Change Backend as mysql and create sample example > using django ORM > > > > Hi Sonali, > > Could you please paste the models.py

RE: Django : Change Backend as mysql and create sample example using django ORM

2018-08-29 Thread Sonali Vighne
Of Raghavendrachari k Sent: 29 August 2018 09:42 To: django-developers@googlegroups.com Subject: Re: Django : Change Backend as mysql and create sample example using django ORM Hi Sonali, Could you please paste the models.py file ?? Might be there is some syntax error in the models you have created

Re: Django : Change Backend as mysql and create sample example using django ORM

2018-08-28 Thread Raghavendrachari k
Hi Sonali, Could you please paste the models.py file ?? Might be there is some syntax error in the models you have created. Regards, Raghav On Tue, Aug 28, 2018 at 9:41 PM parmeshwar deharkar < parmeshwardehar...@gmail.com> wrote: > hi sonali > you install sql libray in your project package

Re: Django : Change Backend as mysql and create sample example using django ORM

2018-08-28 Thread parmeshwar deharkar
hi sonali you install sql libray in your project package then edit the setting.py file at django framework with database . I hope your problem will be solve... On Mon, Aug 27, 2018 at 4:54 PM Sonali Vighne wrote: > Hi, > I have tried a lot to change Django back-end as MySQL but not able to >

RE: Django : Change Backend as mysql and create sample example using django ORM

2018-08-28 Thread Sonali Vighne
] DATABASES = { 'default': { 'ENGINE': 'django.db.backends.mysql', 'NAME': 'hospital', 'USER': 'root', 'PASSWORD': '', 'HOST': 'localhost', 'PORT': '3306' } } From: django-developers@googlegroups.com On Behalf Of Raghavendrachari k Sent: 27 A

Re: Django : Change Backend as mysql and create sample example using django ORM

2018-08-27 Thread Tim Graham
This list is dedicated to the discussion of developing Django itself, not answering usage questions. You might try the django-users group ( https://groups.google.com/forum/#!forum/django-users), or StackOverflow. On Monday, August 27, 2018 at 9:41:30 AM UTC-4, Raghavendrachari k wrote: > > if

Re: Django : Change Backend as mysql and create sample example using django ORM

2018-08-27 Thread Raghavendrachari k
if you explain briefly what is the issue you are facing , then we can can answer you ! Thanks Raghav On Mon, Aug 27, 2018 at 4:54 PM Sonali Vighne wrote: > Hi, > I have tried a lot to change Django back-end as MySQL but not able to > achieve this. > please help for the same. > > thanks in