I have deployed a Django project on Pythonanywhere.
I have a db.Sqlite3 database and I need to initiailze this database with a sql script.
I could not find how to do this in pythonanywhere and did not find any help on forums.
Is it possible (I think it is...) ?