Ashwin Krish

Results 4 comments of Ashwin Krish

Pie chart fixed. Will work on organising the contribs according to orgs.

How do i import data from the google_doc to test whether my modificaiton works? Did you guys manually enter data in your local machine?

What's the DB backend that is being used? If we are using a nosql db like mongodb it'd be fairly easy to make the modification. Otherwise it'll be a headache.

I noticed we are using a custom model for users. Add a field called disabled in the model. User login would check if the user is NOT disabled too. New...