emencia / django-blog-lotus

A weblog application with Django.
https://django-blog-lotus.readthedocs.io/
MIT License
5 stars 1 forks source link

Make a Django-CMS plugin in a contrib application #17

Open sveetch opened 3 years ago

sveetch commented 3 years ago

Is your feature request related to a problem? Please describe.

One of Lotus goal is to integrate properly with DjangoCMS as an optional feature. Although it works well, it lacks of CMS plugins and CMS apphook to fully integrate.

Describe the solution you'd like

We need to do so in an additional and optional package like "djangocms-lotus" that will:

Describe alternatives you've considered Include this in Lotus package itself, it would seem easier to do but won't viable on long term maintenance (cms part needs to fit to CMS versions support but Lotus has its own life that would conflict in the same package).

sveetch commented 2 years ago

At least we need a plugin to list "last X articles [for language]" and "Category listing [for language]".

Also an apphook would be very useful.