Le 13 août 2015 à 23:06, Prabath Peiris <pra...@peirisclothing.com> a écrit :Hi
I am trying to implement a DRF in existing django project. I installed the drf and set up APiView (class based) and add the get() to the class. When I call this get method I get an error as "Exception Value: no such table: auth_user" and also create a db.sqlite3 database. how can I just simply have a api (without models or without any authentications)
ThanksPrabath