I've noticed that Github picked JavaScript as the language for my Django app:
Is it possible to change it to Python? Or do I need to make a new repository?
Solved:
As @Geno Chen said, to change the repository language we have to add the file .gitattributes containing this code:
# to change language of repo from Javascript to Python
*.js linguist-language=Python