Re: Retrieve repository information from the github using github API

2012-01-27 Thread anoop mohan
Hi friends, I need to Create a web app in Django. 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. Curr

Retrieve repository information from the github using github API

2012-01-27 Thread anoop mohan
I need to Create a web app Django. 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 ide