Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert starter code to soft tabs | raylu | 2011-05-13 | 2 | -17/+17 |
| | |||||
* | Fix Grade model when grade is None and add Back link on lab page | raylu | 2011-05-13 | 2 | -1/+3 |
| | |||||
* | Fix order of time on rankings; should be earliest | raylu | 2011-05-13 | 1 | -1/+1 |
| | |||||
* | Lab 2! | raylu | 2011-05-13 | 2 | -0/+85 |
| | |||||
* | Cosmetic changes to the table and first lab | raylu | 2011-05-13 | 4 | -3/+15 |
| | |||||
* | Store times in UTC, show times in PDT | raylu | 2011-05-13 | 2 | -3/+12 |
| | |||||
* | Explain which scores are shown | raylu | 2011-05-13 | 1 | -0/+4 |
| | |||||
* | Add some starter code | raylu | 2011-05-13 | 3 | -0/+12 |
| | |||||
* | Password changing | raylu | 2011-05-13 | 6 | -2/+47 |
| | |||||
* | Add a little description on the homepage | raylu | 2011-05-13 | 1 | -0/+10 |
| | |||||
* | Delete old submission when evaluating new one | raylu | 2011-05-13 | 1 | -3/+8 |
| | | | | Ideally, we would keep the old one if it was better | ||||
* | Write to database | raylu | 2011-05-13 | 3 | -6/+24 |
| | |||||
* | Grading (but no meaningful database manipulation yet) | raylu | 2011-05-13 | 5 | -3/+61 |
| | |||||
* | Insert into submissions table | raylu | 2011-05-12 | 2 | -4/+12 |
| | |||||
* | Basic file uploading | raylu | 2011-05-12 | 5 | -1/+37 |
| | |||||
* | Login/logout | raylu | 2011-05-12 | 5 | -2/+46 |
| | |||||
* | Add lab view | raylu | 2011-05-12 | 6 | -14/+51 |
| | |||||
* | Tweak wsgi loader to fix PYTHONPATH | raylu | 2011-05-12 | 1 | -0/+1 |
| | | | | http://support.dotcloud.com/entries/20008967-django-404-errors | ||||
* | Add grader site and models for lab and assignment | raylu | 2011-05-12 | 7 | -7/+42 |
| | |||||
* | Make postinstall more robust | raylu | 2011-05-12 | 4 | -2/+7 |
| | |||||
* | Turn on admin | raylu | 2011-05-12 | 3 | -8/+19 |
| | |||||
* | .gitignore | raylu | 2011-05-12 | 1 | -0/+2 |
| | |||||
* | Add sqlite db | raylu | 2011-05-12 | 1 | -52/+58 |
| | |||||
* | Blank Django project and dotcloud setup | raylu | 2011-05-12 | 6 | -0/+188 |
http://docs.dotcloud.com/tutorials/django/ |