Friday, May 6, 2011

problem with sqlite write access for django-apache-wsgi app

an idea why? the debug screen says that django does not have write access to the db

From stackoverflow
  • Presumably the userid under which your app is running doesn't have write permissions on the file in which you've saved your DB, or there are permission issues with some directory on the path. So what does ls -l or -ld (or Windows equivalent) say about all relevant permissions, and what userid is the webapp running under?

    : this was it, thanks. i had to give write permission on the db and the directory.

0 comments:

Post a Comment