==========================
Ella Positions application
==========================

You can define named positions and create DB entry for each category.
After then in templates you can call special templatetag
which gets box for specified positioned object.

Features
========

- you can put anything which has got appropriate box to any position
- position templatetag with fallback to parent categories
- ifposition templatetag that renders its content only if position exist

Data Model
==========

Position
--------

- name and binding to category
- position has got generic relation to any object
- box name and box definition can be overriden
- activity: position can be defined in time


Notes on usage
==============
When "injecting" of HTML is needed through specific position (Definition field)
her fields ``target_id`` and ``target_ct_id`` should be empty.
Otherwise value in ``Definition`` field is not rendered.
