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 moreHow do I clone a Django project from Github and run it?
How to run cloned Django project?
Read moreHow do I run a Django project?
Use the Django admin console
Read more