I've a csv/json file. I need to include the file as a database for the django app. & I need to show the data as a table in frontend. So can't understand where I should insert the file so that it create table for me.
I've create a django web application. With a app. Just trying to import file intothe model but in dbsqlite there is no change.