I moved a django project from eclipse (on windows) to a linux machine and tried to run it from the command line.
as soon as i did python manage.py runserver, I got : django.db.utils.OperationalError: database is locked
This is the first time I am running this project on linux (and sure enough, fuser on the cache.db file came up with nothing). I even tried clearning the contents of cache.db and running it, but I still get the same error