Parse the csv file, create and populate the database with the data give.
Database name: Username + title given by the user --- if no username(no authorization) only the title
It will be as a POST request in schema app.
Create a Serializer for the data received.
Parse the csv file, create and populate the database with the data give.
Database name: Username + title given by the user --- if no username(no authorization) only the title
It will be as a POST request in schema app.
Create a Serializer for the data received.