Search code examples
djangocontent-management-systemdjango-flatpages

Is there anything better than flatpages for Django?


I was wondering if there's anything better than the flatpages app for Django, because flatpages doesn't even support things like status (draft, published) or publish date. Is there anything out there?


Solution

  • django-cms is flatpages on steroids. The development version has turned into an overcomplicated mess, but the current release is excellent.