Forums

Where is the data being saved from my website.

I have hosted my website on pythonanywhere .So i want to ask where is the data being saved that the user input on the website . Where is the database ? I cannot find nor understand where is data going and from where is the data coming when we are retrieve the data from the website ?

That depends on how you've configured your code; the data will go into the database that you've set up there. Which web framework are you using? And what code do you have to configure your database settings?