Nasty Config Issue for Django and SQLite 3
Was getting the following errors (alternately, depending on permissions settings):
“Unable to Open Database File”
“Unable to Write to Database File”
Found a lot of SQLite users complaining about this, then finally got the tip from this page that I needed to set my permissions on the parent director to writeable by the Apache user too. What a [...]
Continue Reading...