Results 5 comments of Ahmed H

Wanted to know if there is someone working on this, if yes we appreciate getting info on the progress done. Many thanks

Hello all, Is there an easy way to integrate [wagtailtrans](https://github.com/wagtail/wagtailtrans) with puput? Many thanks.

Tried the following and it seems working fine: 1. Created an abstract class from "TranslatablePage": ```python from wagtailtrans.models import TranslatablePage class TranslatablePageAbstract(TranslatablePage): class Meta: abstract = True ``` 2. Subclassed...

Tried content translation with [wagtailtrans](https://github.com/wagtail/wagtailtrans) and it is working fine, here is what I have done: Installed and configured wagtailtrans: https://wagtailtrans.readthedocs.io/en/latest/getting_started.html#installation Created an abstract class from "TranslatablePage": ```python from wagtailtrans.models...

I was trying and exploring coderedcms, unfortunately I think it is not exactly what I need, it is assuming that I will use bootstrap in the frontend (while I am...