labcodes / django-react-boilerplate

Boilerplate for a Django + React project
41 stars 7 forks source link

Use poetry to manage python dependencies #42

Closed lucianoratamero closed 3 years ago

lucianoratamero commented 3 years ago

I've been playing around with poetry lately, and it's SO GOOD. We should consider start using it here, so that we can advocate for its use on our projects.

luzfcb commented 3 years ago

@lucianoratamero in addition to the poetry documentation, do you know any good examples of projects that use it?