Re: Django learning management application

2008-05-15 Thread Berco Beute
Sounds interesting. It would be great if you could share some details on how you combined Django and Moodle. 2B On May 15, 4:35 am, "Ariel Mauricio Nunez Gomez" <[EMAIL PROTECTED]> wrote: > Moodle and Django can coexist happily (Using same database and writing > django models for some of the tab

Re: Django learning management application

2008-05-14 Thread Todd O'Bryan
My students and I are working on a Django system for online quizzes. It should be finished sometime this summer. I'll post a link when we finish it. Todd On Wed, May 14, 2008 at 10:35 PM, Ariel Mauricio Nunez Gomez <[EMAIL PROTECTED]> wrote: > Moodle and Django can coexist happily (Using same da

Re: Django learning management application

2008-05-14 Thread Ariel Mauricio Nunez Gomez
Moodle and Django can coexist happily (Using same database and writing django models for some of the tables), That way you can take advantage of all the moodle functionality (Quizzes, lessons, forums) and have some business related code on django (Class scheduling, CRM, Billing). If you like the i

Re: Django learning management application

2008-05-14 Thread Nicola Larosa (tekNico)
Berco Beute wrote: > I've been using Moodle (moodle.org), which offers the functionality > you are looking for, and would prefer to use a Djange-based system > as well. I haven't found one though. I don't know of any Django-based one. This one uses Zope: Silva Dynamic Learning Content Management

Re: Django learning management application

2008-05-14 Thread Berco Beute
I've been using Moodle (moodle.org), which offers the functionality you are looking for, and would prefer to use a Djange-based system as well. I haven't found one though. 2B On May 14, 5:26 pm, Wes Winham <[EMAIL PROTECTED]> wrote: > Does anyone know of any learning management application writt

Django learning management application

2008-05-14 Thread Wes Winham
Does anyone know of any learning management application written in Django? My googlefu is too weak and I wasn't able to find anything on django pluggables. I have a few weeks before I have to make the build versus integrate decision, but a simple quizzing application seems like something that woul