Hi Mario, Stephen, Thanks a lot for solution and so fast answers! It really helps.
I tried RICHTEXT_FILTERS = () in settings.py - all videos had appeared on pages. Then I implement the patch and comment RICHTEXT_FILTERS = (), restart the app and fully reload page - all videos still be there. On Tuesday, July 1, 2014 12:49:14 AM UTC+4, Stephen McDonald wrote: > > You may have hit this issue which has been fixed but not released yet: > > https://github.com/stephenmcd/mezzanine/issues/1056 > <https://www.google.com/url?q=https%3A%2F%2Fgithub.com%2Fstephenmcd%2Fmezzanine%2Fissues%2F1056&sa=D&sntz=1&usg=AFQjCNHKPbgTGDrvKu6BpZcJ4oTPTlx19w> > > Could you try the development branch on Github/Bitbucket and see if that > resolves it? Otherwise, assuming that is the actual issue, you should be > able to resolve it by disabling richtext filters for now in your project's > setting.py module: > > RICHTEXT_FILTERS = () > > > > > > > On Mon, Jun 30, 2014 at 11:02 PM, Vladimir Kpeo <[email protected] > <javascript:>> wrote: > >> elyapro.com/backstage/ >> >> It deployed using nginx + uWSGI >> >> -- >> 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] <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > Stephen McDonald > http://jupo.org > -- 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.
