summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Convert starter code to soft tabsraylu2011-05-132-17/+17
|
* Fix Grade model when grade is None and add Back link on lab pageraylu2011-05-132-1/+3
|
* Fix order of time on rankings; should be earliestraylu2011-05-131-1/+1
|
* Lab 2!raylu2011-05-132-0/+85
|
* Cosmetic changes to the table and first labraylu2011-05-134-3/+15
|
* Store times in UTC, show times in PDTraylu2011-05-132-3/+12
|
* Explain which scores are shownraylu2011-05-131-0/+4
|
* Add some starter coderaylu2011-05-133-0/+12
|
* Password changingraylu2011-05-136-2/+47
|
* Add a little description on the homepageraylu2011-05-131-0/+10
|
* Delete old submission when evaluating new oneraylu2011-05-131-3/+8
| | | | Ideally, we would keep the old one if it was better
* Write to databaseraylu2011-05-133-6/+24
|
* Grading (but no meaningful database manipulation yet)raylu2011-05-135-3/+61
|
* Insert into submissions tableraylu2011-05-122-4/+12
|
* Basic file uploadingraylu2011-05-125-1/+37
|
* Login/logoutraylu2011-05-125-2/+46
|
* Add lab viewraylu2011-05-126-14/+51
|
* Tweak wsgi loader to fix PYTHONPATHraylu2011-05-121-0/+1
| | | | http://support.dotcloud.com/entries/20008967-django-404-errors
* Add grader site and models for lab and assignmentraylu2011-05-127-7/+42
|
* Make postinstall more robustraylu2011-05-124-2/+7
|
* Turn on adminraylu2011-05-123-8/+19
|
* .gitignoreraylu2011-05-121-0/+2
|
* Add sqlite dbraylu2011-05-121-52/+58
|
* Blank Django project and dotcloud setupraylu2011-05-126-0/+188
http://docs.dotcloud.com/tutorials/django/