Re: [mezzanine-users] Mezzanine operational error when subclassing blog app

2015-06-04 Thread Jean de la Croix Ki
Considering my eve*nement model, how can I get all the objects inside it? I've tried evenement_posts as it is a BlogPost, theme.evenement.object_list and much more without success; so please could you help me???* On Thursday, 4 June 2015 11:18:20 UTC, Jean de la Croix Ki wrote: Thanks so much

[mezzanine-users] Mezzanine operational error when subclassing blog app

2015-06-02 Thread Jean de la Croix Ki
I'm trying to build up a page which is a subclass of mezzanine.blog.models.BlogPost; but when I try to create an instance I get the following: OperationalError at /admin/theme/evenement/ no such column: theme_evenement.blogpost_ptr_id And here is how I construct my class : from

Re: [mezzanine-users] Mezzanine operational error when subclassing blog app

2015-06-02 Thread Jean de la Croix Ki
, and creating a schema migration will allow you to automate database changes going forward. hth. -ken On Tue, Jun 2, 2015 at 8:15 AM, Jean de la Croix Ki kigui...@gmail.com javascript: wrote: I'm trying to build up a page which is a subclass of mezzanine.blog.models.BlogPost; but when

[mezzanine-users] inheritance matters

2015-05-31 Thread Jean de la Croix Ki
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 =

[mezzanine-users] Re: inheritance matters

2015-05-31 Thread Jean de la Croix Ki
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

[mezzanine-users] Re: No such table error

2015-05-31 Thread Jean de la Croix Ki
I've taken a look in my database and saw that there isn't the table inside. Be sure, I've executed syncdb and I've done the migrations as recommended with south so I don't understand why the table is not there... Thanks for your help. On Sunday, 31 May 2015 21:03:53 UTC, Jean de la Croix Ki

Re: [mezzanine-users] a page summary with a link to the whole page

2015-05-24 Thread Jean de la Croix Ki
, 23 May 2015 01:11:07 UTC, Danny S wrote: On 23/05/2015 9:12 AM, Jean de la Croix Ki wrote: Hi group; I want to know how is it possible to create page and just put it summary and a link to it on my home page. How to achieve this ? My home page shows some of the summaries of the blog

[mezzanine-users] a page summary with a link to the whole page

2015-05-22 Thread Jean de la Croix Ki
Hi group; I want to know how is it possible to create page and just put it summary and a link to it on my home page. How to achieve this ? -- You received this message because you are subscribed to the Google Groups Mezzanine Users group. To unsubscribe from this group and stop receiving