"""
Project information.
We use this module as __init__ is a generic module that django requires to be
specifically set up.
"""
LABELS = dict()
LABELS['class'] = '{class}'
LABELS['name'] = '{name}'
LABELS['verbose_name'] = '{verbose}'
