I need to create a web app in Djangok.
This web app should
take a list of github usernames and show the recent commits as well
projects owned by this github user.
The list of users should be stored in the DB and I should be able to update this from the Admin.
Use the github API.
Currently I have no idea about how to done it. Anybody can help me??