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 import Django project to Github?
Clone the repository from github using git://github.com/lmorchard/django-badger.git . Then open the cloned folder in terminal. Install the app using the command sudo python setup.py install . This will work good.
Read moreHow do I run a Django project on Github?
Clone and Run a Django Project from Github
Read moreHow do I run a Django project from Github on Windows?
How to run cloned Django project?
Read more