2 # Whether or not our carrots are going to be turned into cake.
3 carrotcake = boolean(default=False)
4 num_carrots = integer(default=1)
6 # A message encouraging our users to eat their carrots.
7 encouragement_phrase = string()
10 EAT_CELERY_WITH_CARROTS = boolean(default=True)