관리-도구
편집 파일: func_noerror_views.py
""" Checks that Pylint does not complain when using function based views. """ # pylint: disable=missing-docstring def empty_view(request): pass