What is best practice in working with Freelancers on Django project? [closed]
I have a website written using Django, Bootstrap5, jQuery. As the project gets increasingly time consuming, I want to let freelance developers contribute. What is best practice in this regard. Is there a practicle method to let developers access the relevant parts of the code, without having to share all of it?
I understand, that there is the possibility of extracting modules (i.e. django app) into reusable apps. However, that makes setting it up time consuming, especially if dependencies to other django apps exist. What are suggestions? Are there ressources (tutorial, blogs, books, ...) which would help?