Question: Why can\'t I open the database?
Info: I\'m working on a project using sqlite3 database. I wrote a test program that runs and passes it t
My reason was very foolish. I had dropped the manage.py onto the terminal so it was running using the full path. And I had changed the name of the folder of the project. So now, the program was unable to find the file with the previous data and hence the error.
Make sure you restart the software in such cases.