inputlogic / django-api-starter

Boilerplate for starting Django DRF / API projects
2 stars 0 forks source link

Upgrading Django to v4 #110

Open geekforbrains opened 2 years ago

geekforbrains commented 2 years ago
mjreffel commented 2 years ago

Everything looks ok to me only thing that was odd to me was python version downgraded when django version upgraded but i installed and ran to test and all seems to be working ok

HawleyJean commented 2 years ago

In your .github/workflows/test.yaml could you try to install wheel before you attempt the requirements.txt ?

In the past, we did a pip install wheel to resolve some of the dependency lookups and fix the workflow failures.