[mezzanine-users] Re: creating a page with a custom, or multiple, rich text fields

2017-03-13 Thread michiel
Very nice, thank you so much.

On Monday, March 13, 2017 at 4:09:25 PM UTC-7, Eduardo Rivas wrote:
>
> Hi Mike.
>
> You are importing RichText, which is an abstract model, not a field. The 
> actual field is located at mezzanine.core.fields.RichTextField. You can 
> import it and add as many instances as you want to your model.
>

-- 
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 mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[mezzanine-users] Re: creating a page with a custom, or multiple, rich text fields

2017-03-13 Thread Eduardo Rivas
Hi Mike.

You are importing RichText, which is an abstract model, not a field. The 
actual field is located at mezzanine.core.fields.RichTextField. You can 
import it and add as many instances as you want to your model.

-- 
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 mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.