It is not possible to host a Django site on Github pages . Github pages is for static sites, whereas Django requires Python to generate pages dynamically.
Read moreWhere is Django source code?
The Django Git repository is located online at github.com/django/django . It contains the full source code for all Django releases, which you can browse online.
Read moreHow do I run a Django project in Github?
Starting your Django project
Read more