apptension / saas-boilerplate

SaaS Boilerplate - Open Source and free SaaS stack that lets you build SaaS products faster in React, Django and AWS. Focus on essential business logic instead of coding repeatable features!
https://apptension.com/saas-boilerplate
MIT License
2.17k stars 251 forks source link

Simplify and clarify local python usage #363

Open mkleszcz opened 1 year ago

mkleszcz commented 1 year ago

Description

In the requirements we have listed Python version 3.8 which does not fit with the used version in the docker images (3.11) and workers (3.9).

Describe the solution you'd like

We need to clarify if and which version of the Python is required locally. The only case in which Python might be required currently is the situation of the adding/updating Python packages. Would be good to simplify this process (maybe use only Python in Docker container?) and describe it in the docs.

Related to #362

Describe alternatives you've considered

No response

Additional context

No response

Validations

mkleszcz commented 1 year ago

Updated requirements with the #371 #358