Re: Django on a server with thin clients

2006-12-14 Thread Lars Stavholm
Joseph Heck wrote: > You can avoid the test database issue by having the students use SQLite as > the database backend. They can store the database in their home directories > and be good to go. > > -joe In addition, depending on your thin client solution, if you start tracd locally on your thin

Re: Django on a server with thin clients

2006-12-13 Thread Todd O'Bryan
Ooh. That's a great idea. I'd been meaning to try to move the test database to SQLite anyway. Thanks! On Wed, 2006-12-13 at 16:29 -0800, Joseph Heck wrote: > You can avoid the test database issue by having the students use > SQLite as the database backend. They can store the database in thei

Re: Django on a server with thin clients

2006-12-13 Thread Joseph Heck
You can avoid the test database issue by having the students use SQLite as the database backend. They can store the database in their home directories and be good to go. -joe On 12/13/06, Todd O'Bryan <[EMAIL PROTECTED]> wrote: > > > This is going to sound like an odd question, but I'm hoping peo

Django on a server with thin clients

2006-12-13 Thread Todd O'Bryan
This is going to sound like an odd question, but I'm hoping people will have some ideas. I teach CS in a high school, and next semester my lab is going to be replaced with a thin client lab running on Ubuntu. My seniors and I are working on a Django project and will all be trying to run the devel