labcodes / django-react-boilerplate

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

Add Poetry to project (Fixes #42) #50

Closed olgapinheiro closed 3 years ago

olgapinheiro commented 3 years ago

Link to task: Fixes Issue #42

How to test: Create a new local directory following the instructions in the Readme

Description of your solution: Created pyproject.toml and poetry.lock files, updated Makefile and the script create_project.sh to use poetry, then updated the instructions on Readme.md