def test_list_apphooks(self):
out = StringIO()
create_page('Hello Title', "nav_playground.html", "en", apphook=APPHOOK)
self.assertEqual(Page.objects.filter(application_urls=APPHOOK).count(), 1)
management.call_command('cms', 'list', 'apphooks', interactive=False, stdout=out)
self.assertEqual(out.getvalue(), "SampleApp (draft)\n")
评论列表
文章目录