Thank you for the recommendation.
I followed the instructions on the Movuca web page, but this install fails right out of the box
File "applications\at_blog\modules\movuca.py", line 51, in define_classes
obj = cls(self)
File "applications\at_blog\modules\basemodel.py", line 51, in __init__
self.pre_load()
File "applications\at_blog\modules\basemodel.py", line 111, in pre_load
self.__getattribute__(method)()
File "applications\at_blog\modules\datamodel\article.py", line 192, in set_fixtures
content_type=self.db(self.db.content_type.identifier == 'Article').select().first().id
File "C:\web2py_src\web2py\gluon\dal.py", line 9317, in insert
ret = self._db._adapter.insert(self, self._listify(fields))
File "C:\web2py_src\web2py\gluon\dal.py", line 1361, in insert
raise e
IntegrityError: foreign key constraint failed
Using web2py 2.9.11