requirements: django 1.4
add user to the group EDITORS to activate the inline content editing.
Inside templates,REquestContext provide a user instrance isntead of request.user. cfr https://docs.djangoproject.com/en/dev/topics/auth/#id8
Make sure Apache can also write to the parent directory of the database. SQLite needs to be able to write to this directory.