Use urljoin to create proper feed media URLs
[larjonas-mediagoblin.git] / mediagoblin / tests / fake_carrot_conf_bad.ini
blob9d8cf51801732ccbc13d4e553444a63f39a38800
1 [carrotapp]
2 # Whether or not our carrots are going to be turned into cake.
3 ## These should throw errors
4 carrotcake = slobber
5 num_carrots = GROSS
7 # A message encouraging our users to eat their carrots.
8 encouragement_phrase = 586956856856 # shouldn't throw error
10 # Something extra!
11 blah_blah = "blah!" # shouldn't throw error either
13 [celery]
14 EAT_CELERY_WITH_CARROTS = pants # yeah that's def an error right there.