Re: Create models using raw SQL queries

2019-03-27 Thread cameron hochbrg
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. >> >> Best >> >> Eric >> >> -- >> *From:* dja

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