How to “reset” a postgres database on PythonAnywhere?
问题 After some testing with Django on PythonAnywhere, I want to get rid of my testing data before I import my actual data to the postgres database. I thought the best way would be to start from scratch and "reset" somehow the database. Unfortunately there is no button for that on pythonanywhere.com and the documentation does not say anything. So the question is: how can I "reset" or empty the postgres database on PythonAnywhere? 回答1: With the help of the PythonAnywhere support I found a way which