def get_text(self):
        text = self._format_section(self.title)
        text += self._format_setting('FIXTURE_DIRS')
        text += self._format_models()
        return text