Re: Feature request: Generate module docstrings from startproject and startapp actions

2016-09-15 Thread Aymeric Augustin
Hello Matthew, I understand the suggestion, however, I’m afraid it priorizes the needs of the wrong audience. Experienced developers or teams who care about docstrings and pylint can use a custom project template for this use case. Conversely, newcomers who are still learning Django would likel

Feature request: Generate module docstrings from startproject and startapp actions

2016-09-15 Thread Matthew Laney
Hi, Going through my code with pylint, I found that there is no way to filter by the type of missing docstring. I.e. missing-docstring catches functions, classes, methods, and modules. As a result, it gives a warning on for every default Django file. Accordingly, I would like to suggest that th