Skip to content
lorg edited this page Sep 13, 2010 · 3 revisions

Problems I encountered when starting

Buildout on windows is painful, when it tries to fetch django from svn. Just use tortoise svn, fetch django to the parts directory yourself. (let it fail first, and then do it).

Starting with a blank db

First add a party.
Then, add a member, and set the current party to the party you create. Now, add memberships, and be careful to not add “end date” for memberships – if end-date!=None, then the mk is no longer a member of this party.

Clone this wiki locally