adamcik / plan

Timetable generator
http://ntnu.1024.no/
Other
51 stars 9 forks source link

Add mangagement command to clear cache for given semester #25

Closed adamcik closed 14 years ago

adamcik commented 14 years ago

{{{ for student in semester.student_set.all(): clear_cache(semester, student.slug) }}}

Should probably do the trick :)

adamcik commented 14 years ago

Fixed in ea2d0fe29b