New Usage of typing module in Python

Originally, I intended to analyze django webpack; however, midway through, for the sake of rigorous documentation, I found myself having to delve into django components. Within django components, I discovered some mechanisms previously unknown to me. Consequently, let’s first discuss the typing issues encountered!

[Read More]

Django and Webpack

Webpack is a modern development method for frontend projects. Django is a common backend development framework for Python developers.

I believe that developing with Webpack can make Django development faster.

[Read More]