In starting a new website for an organization that I support, I ran across the glamkit (in particular glamkit-events) that looks like it might be a good basis for my development.
I'm wanting to set up a sample site in order to play with it, but I am running into difficulties in getting the syncdb to run.
I'm using python 2.7 in a virtualenv with django 1.4.
I loaded the eventtools and the requirements mentioned.
I also "fixed" the JsonField by installing django-jsonfield in place of the nosj reference.
However, when I try to syncdb, I get:
TypeError: Error when calling the metaclass bases
__init__() takes exactly 1 argument (2 given)
Any suggestions as to how I can get a working configuration?