django-pagelets
django-pagelets copied to clipboard
Simple CMS for Django projects
...pe configured.
https://github.com/caktus/django-pagelets/blob/master/pagelets/templates/pagelets/_render_content_area.html The first link is missing the `content_area` query parameter.
Content should be marked for translation and we should generate translations prior to a 1.0 release.
This feature is available on develop for yet unreleased v0.8.
What steps will reproduce the problem? 1. create a template 2. use the render_pagelet template tag eg {% render_pagelet "foo_bar" %} 3. load the page in a browser as a...
Currently on {{{ Pagelet.render(context) }}} Content types like Markdown are compiled then returned. If we store this on a hidden model field or in the cache we can use markup...
I think doing this should be done the opposite way around. Compile the markup language then run it as a django template. Firstly this allows for caching of the markup...
Tobias suggested this as a separate app. How should this work? An optional autodiscovered dependency?