Mercurial > personas_backend
annotate 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 |
rev | line source |
---|---|
109
50ace262c991
Removed the outdated design.txt file, added a troubleshooting.txt file.
avarma@sm-labs01.mozilla.org
parents:
diff
changeset
|
1 Troubleshooting |
50ace262c991
Removed the outdated design.txt file, added a troubleshooting.txt file.
avarma@sm-labs01.mozilla.org
parents:
diff
changeset
|
2 =============== |
50ace262c991
Removed the outdated design.txt file, added a troubleshooting.txt file.
avarma@sm-labs01.mozilla.org
parents:
diff
changeset
|
3 |
50ace262c991
Removed the outdated design.txt file, added a troubleshooting.txt file.
avarma@sm-labs01.mozilla.org
parents:
diff
changeset
|
4 The following explains how to solve a particular problem when using |
50ace262c991
Removed the outdated design.txt file, added a troubleshooting.txt file.
avarma@sm-labs01.mozilla.org
parents:
diff
changeset
|
5 sqlite as a backend: |
50ace262c991
Removed the outdated design.txt file, added a troubleshooting.txt file.
avarma@sm-labs01.mozilla.org
parents:
diff
changeset
|
6 |
50ace262c991
Removed the outdated design.txt file, added a troubleshooting.txt file.
avarma@sm-labs01.mozilla.org
parents:
diff
changeset
|
7 http://code.djangoproject.com/wiki/NewbieMistakes#DjangosaysUnabletoOpenDatabaseFilewhenusingSQLite3 |
50ace262c991
Removed the outdated design.txt file, added a troubleshooting.txt file.
avarma@sm-labs01.mozilla.org
parents:
diff
changeset
|
8 |
50ace262c991
Removed the outdated design.txt file, added a troubleshooting.txt file.
avarma@sm-labs01.mozilla.org
parents:
diff
changeset
|
9 (If this link is broken, it essentially says that the parent directory |
50ace262c991
Removed the outdated design.txt file, added a troubleshooting.txt file.
avarma@sm-labs01.mozilla.org
parents:
diff
changeset
|
10 containing the SQLite db has to be writable by the process accessing |
50ace262c991
Removed the outdated design.txt file, added a troubleshooting.txt file.
avarma@sm-labs01.mozilla.org
parents:
diff
changeset
|
11 the database.) |