MonkeyType icon indicating copy to clipboard operation
MonkeyType copied to clipboard

No easy way to generate stubs for django apps

Open sebastian-philipp opened this issue 5 years ago • 2 comments

I understand that you've already documented steps to generate stubs for django applications. And that's awesome!

Unfortunately the steps are too complicated and I need to give up using type hints for now. :cry:

sebastian-philipp avatar Jun 28 '19 07:06 sebastian-philipp

Yes, our documentation is mostly reference-style, and MonkeyType's configuration is very flexible to handle many different possible situations. We could do better with tutorial-style walk-through documentation for typical cases, including a Django app. Thanks for the report!

carljm avatar Jul 02 '19 17:07 carljm

My use case was: I wanted to validate a big changeset without going to much into the details of how I get there, especially as this was a very time constrained project

sebastian-philipp avatar Jul 02 '19 18:07 sebastian-philipp