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 moreHow does Django web server work?
How can I best find out how django works internally?
Read moreHow do I run Django web server?
Use the Django admin console
Read moreDo I need Apache for Django?
Django will work with any version of Apache which supports mod_wsgi . The official mod_wsgi documentation is your source for all the details about how to use mod_wsgi. You’ll probably want to start with the installation and configuration documentation.
Read moreWhat is Django web service?
Django is a Python web framework that makes the web development process very easy . It reduces the amount of trivial code, which simplifies the creation of web applications and results in faster development. It is very powerful and a great choice for creating RESTful web services.
Read more