Help With Using Python and Django in My App

Just add a requirements.txt file with all the packages you need, and a start.sh file with python3 yourpyfile.py in it. That will make your project use python, download the packages and start the right file. No idea about django though, you might want to ckeck out this project.
I hope this helps!

3 Likes