Hi.
I have installed movuca at:
http://mutabit.com/ubakye
So far, so good. But I have only Article and Status update content types. There is any way of adding the "question" content type already available on web2pyslices? (I'm also aware of the tutorial about adding new content types).
Cheers
Answers (2)
Comments (2)
0
rochacbruno 12 years ago
Doing on Shell:
0
rochacbruno 12 years ago
Every content type is defined as a class in modules/datamodel/contenttypes.py
By default there are Article, Question, Video, CookRecipe, Product.
But only article are enabled on instalation.
To enable others you have to include this in db.content_types table, do this on appadmin or shell
replies (1)