Hook up dynafields in params.py
The helper method getDynaFields converts a list with dynafield dicts
to a dictionary with dynaproperties and is used to update the
create- and edit_dynaproperties dicts.
Patch by: Sverre Rabbelier
# Django settings for the example project.
DEBUG = True
TEMPLATE_DEBUG = DEBUG
ROOT_URLCONF = 'examples.urls'