view notes/troubleshooting.txt @ 161:a2ec4d3c59e8

Persona thumbnails in the edit page can now be moused-over/clicked to preview the persona just like on the list page.
author Atul Varma <varmaa@toolness.com>
date Fri, 04 Apr 2008 16:01:35 -0700
parents 50ace262c991
children
line wrap: on
line source

Troubleshooting
===============

The following explains how to solve a particular problem when using
sqlite as a backend:

  http://code.djangoproject.com/wiki/NewbieMistakes#DjangosaysUnabletoOpenDatabaseFilewhenusingSQLite3

(If this link is broken, it essentially says that the parent directory
containing the SQLite db has to be writable by the process accessing
the database.)