.hgignore
author Lennard de Rijk <ljvderijk@gmail.com>
Mon, 13 Jul 2009 12:52:54 +0200
changeset 2632 973e5e7ebd6e
parent 2587 ec7818110fd2
permissions -rw-r--r--
Added view for editing GradingRecords. This view shows a list of GradingRecords if the id param is not present in the GET data. Also renamed grading_record to view_records and fixed the redirect for that page to also point to the GradingRecord edit page.

# use glob syntax.
syntax: glob

*.pyc
*.zip
*~
.project
.pydevproject
app.yaml
build
tests/coverageResults
*,cover
tests/.coverage
*.git
*.egg-info
eggs
parts
.installed.cfg
bin
develop-eggs
.gitignore
.DS_Store
.settings