Python 3.7.5 : Fix to python language the GitHub project.
I created a GitHub project with Django and I saw is detect like tcl programming language:
You need to create a file named .gitattributes in the root folder of my repository.
Use this source code to tell GitHub is a python project:
* linguist-vendored
*.py linguist-vendored=false
Now the project will be target with python language.