django-flatpages-x
django-flatpages-x copied to clipboard
Some basic extensions for django.contrib.flatpages to allow for features such as meta tags and images
Flatpages were not rendering correctly while being saved until I added to settings.py (with chrisdev's help): FLATPAGES_X_PARSER= ["flatpages_x.markdown_parser.parse", {}]
Markdown parser doesn't work with long file names
preview
think there should be an image preview in the flat pages_x images module in the admin so image numbers can be found easier and more convenient