PragmaticMates / django-flatpages-i18n

Translatable version of django.contrib.flatpages
BSD 3-Clause "New" or "Revised" License
21 stars 25 forks source link

How flatpages can be hierarchical? #23

Open marcinn opened 4 years ago

marcinn commented 4 years ago

Hi.

I'm looking for flatpages with i18n support, and I've found this project. And I'm curious why it is called "flatpages", because I see dependency on MPTT and I see parent-child relationship added. Flatpages are flat by design, not hierarchical. Have you considered a redesign?

eriktelepovsky commented 4 years ago

Hi. Yes, you are right. The initial purpose of this parent-child relationship was due to missing menu/navigation functionality but it is not important now. I plan to refactor it very soon. Thank you for your notice.