Hello,
do you mean subclassing this model :
http://mezzanine.jupo.org/docs/packages.html#module-mezzanine.forms ?
If so, you can't subclass it directly, see
http://mezzanine.jupo.org/docs/content-architecture.html#creating-custom-content-types
 :

«NOTE When creating custom content types, you must inherit directly from
the Page model. Further levels of subclassing are currently not
supported. Therefore you cannot subclass the RichTextPage or any other
custom content types you create yourself. Should you need to implement a
WYSIWYG editable field in the way the RichTextPage model does, you can
simply subclass both Page and RichText, the latter being imported from
mezzanine.core.models.»

Hope that answers you question.

regards,
Luc

Le mercredi 26 mars 2014 à 12:01 -0700, Cajoline a écrit :
> Hello, 
> I would like to create a subclass model of form page, but I can not add 
> custom fields. 
> 
> Create a subclass of a normal page I have no problem but for the form page 
> I can not do it, because the fields to create form is not displayed 
> 
> Would you have an example of a subclass of page form 
> 
> Thank you
> 


-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to