I've misspelled my registering process; it's admin.site.register(Evenement, 
BlogAdmin)

On Sunday, 31 May 2015 21:07:25 UTC, Jean de la Croix Ki wrote:
>
> Hi again, I want to know if it is possible to do something like the 
> following: 
>
> from mezzanine.blog.models import BlogPost
>
> class Evenement(BlogPost):
>     '''
>     Table pour contenir les évènements à afficher en bas de la page 
> d'accueil
>     '''
>         
>     class Meta:
>         verbose_name = _("Evènement")
>         verbose_name_plural = _("Evènements")
>
>
> and register it like this:
> admin.site.register(Evenement, PageAdmin)
>
>
> thanks for your time 
>

-- 
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