Re: Create models using raw SQL queries

2019-03-28 Thread John Crosby
hoice in your case since one of its main >>> purposes is to hide the SQL stuff by putting the ORM in front. >>> >>> You'd better use Flask, Tornado or any other Web framework which does not >>> come with any special feature WRT data access. >>>

Re: Create models using raw SQL queries

2019-03-28 Thread PASCUAL Eric
It's neither of these of course, but only my own experience. Best regards Eric From: django-users@googlegroups.com on behalf of cameron hochbrg Sent: Thursday, March 28, 2019 04:46 To: django-users@googlegroups.com Subject: Re: Create models using raw SQ

Re: Create models using raw SQL queries

2019-03-27 Thread cameron hochbrg
>> *From:* django...@googlegroups.com on >> behalf of cameron hochbrg >> *Sent:* Tuesday, March 26, 2019 21:36 >> *To:* Django users >> *Subject:* Create models using raw SQL queries >> >> hello, >> >> for a project for a database class, we w

Re: Create models using raw SQL queries

2019-03-27 Thread Simon A
n behalf of cameron hochbrg < > caos...@gmail.com > > *Sent:* Tuesday, March 26, 2019 21:36 > *To:* Django users > *Subject:* Create models using raw SQL queries > > hello, > > for a project for a database class, we wanted to create a web app using > django. Howeve

Re: Create models using raw SQL queries

2019-03-27 Thread PASCUAL Eric
Eric From: django-users@googlegroups.com on behalf of cameron hochbrg Sent: Tuesday, March 26, 2019 21:36 To: Django users Subject: Create models using raw SQL queries hello, for a project for a database class, we wanted to create a web app using django. However, our teacher wants

Create models using raw SQL queries

2019-03-26 Thread cameron hochbrg
hello, for a project for a database class, we wanted to create a web app using django. However, our teacher wants us to use raw SQL queries for everything involving the database. As such I was wondering if it was possible to create mdoels using raw SQL queries. thank you in advance -- You re