{% load easypublisher %} {% load easyfilters %}
To start off, load the example data I made for you by:
python manage.py loaddata example_data.xml
After loading the example data, 2 users are available to you:
There are 2 active languages
The following items have a draft version:
Look at what different kinds of output you can get from model trees:
See what the xml the serializer produces looks like in the current language (english)
See what the xml the serializer produces looks like in german
See how the default xslt modifies the raw output in the current language (english)
See how the default xslt modifies the raw output in german
See how chained querysets get rendered in the current language (english)
See how chained querysets get rendered in german
See the frontend view
See the data flash will load on that same frontend view