I got this error:
OperationalError at /
unable to open database file
Things I've tried so far are setting the absolute path of my dev.db file in the settings.py. I've tried adding www-data to my admin group and setting the group of my project folder to the admin, and setting the group to www-data, none of which solved the problem.
I'm completely stuck here, if anyone has a solution it would be MUCH appreciated!
Shawn