sqlite3.OperationalError: unable to open database file
问题 I get this error when setting up a server in Django. It is sqlite3 which means it should create the .db file but it doesn't seem to be doing so. I've stipulated SQLite as the backend and an absolute file path for where to put it, but no luck. Is this a bug or am I doing something incorrect? (Was just thinking, is the absolute file path specified differently in Ubuntu?) Here is the beginning of my settings.py file: # Django settings for OmniCloud project. DEBUG = True TEMPLATE_DEBUG = DEBUG