15 lines
415 B
INI
15 lines
415 B
INI
[carrotapp]
|
|
# Whether or not our carrots are going to be turned into cake.
|
|
## These should throw errors
|
|
carrotcake = slobber
|
|
num_carrots = GROSS
|
|
|
|
# A message encouraging our users to eat their carrots.
|
|
encouragement_phrase = 586956856856 # shouldn't throw error
|
|
|
|
# Something extra!
|
|
blah_blah = "blah!" # shouldn't throw error either
|
|
|
|
[celery]
|
|
EAT_CELERY_WITH_CARROTS = pants # yeah that's def an error right there.
|