{% load easypublisher %} {% load easyfilters %} easymode example application

Welcome to the easymode example application

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

  1. English Go to the admin in english
  2. German Go to the admin in german
You will find that the content is different for each language. Look at the field 'City' of the 'Foo' application.


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