[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lojban-beginners] Re: jboclidju status
My favored stack is Python/TurboGears/SQLAlchemy/Genshi. I'm not opposed
on principal to learning Django (though I prefer the many-small-tools
approach), but it adds overhead wrt the amount of time needed to
generate useful contributions.
That said, I'm overloaded already, so I couldn't guarantee substantial
contributions even were the toolkit exactly what I'm already familiar
with; should things lighten up, OTOH, I'll keep your project in mind as
something to look into.
(BTW, I hit a stack trace trying to browse as an AnonymousUser;
apparently, there's a call to AnonymousUser.is_staff, which isn't
defined for that class, from jboclidju/exercises/models.py:52. Is your
revision control repository publicly available? If so, are you using a
distributed SCM such that folks can start their own, separately-hosted
branches for any development they might do? As opportunities to
contribute go, fixing that kind of low-hanging bug seem like a good way
to get an introduction to the codebase -- or at least its general layout).