LeCoupa / awesome-cheatsheets

👩‍💻👨‍💻 Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file.
https://lecoupa.github.io/awesome-cheatsheets/
MIT License
38.36k stars 6k forks source link

Add poetry comments to django.py #341

Closed balnarendrasapa closed 9 months ago

balnarendrasapa commented 11 months ago

Added instructions on how to use poetry. this tool is a very useful tool to manage dependencies in python project. it can also be used in django project too.

refer this link for more info