views:

28

answers:

1

Hi guys, there is any way to make a Break Page with django for using with large articles?

thanks

A: 

Run your content through a template filter, similar to Linebreaks (as an example)

So, you could make a "parsemore" filter, or something like that.

Documentation for making filters can be found here: http://docs.djangoproject.com/en/1.1/howto/custom-template-tags/

Brant