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