Re: Use tables from database with creating models

2018-10-16 Thread Rakhee Menon
NoThere is nothing as such that I hate models...InFact models have made our work easy...Its just that I am working on an old project where all the tables were created...which was not in django so I didn't knew how to access them without models... -- You received this message because you

Re: Use tables from database with creating models

2018-10-16 Thread Joel
Any reason why you hate models? On Wed, 17 Oct, 2018, 11:16 AM Rakhee Menon, wrote: > > > Yes Thank You.. > > -- > 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

Re: Use tables from database with creating models

2018-10-16 Thread Rakhee Menon
Yes Thank You.. -- 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 this group, send email to django-users@go

Re: Use tables from database with creating models

2018-10-15 Thread Ігор Магур
You can read how to generate models here: https://docs.djangoproject.com/en/2.1/howto/legacy-databases/ without models you'll need to write musch more code for managing and handling, and point of using django will be lost) вт, 16 жовт. 2018, 08:52 користувач Rakhee Menon пише: > > > I am sorry .

Re: Use tables from database with creating models

2018-10-15 Thread Rakhee Menon
I am sorry by mistake at the end I asked a wrong question .I meant to ask in the same manner how can I get or access data form database without models in Django ???Is there anyway in Django to access the data from tables without models?? -- You received this message because you are