Browse Source

update admin command

master
sipp11 10 years ago
parent
commit
19531d63ff
  1. 22
      _posts/2014-11-10-admin-command.md
  2. 1
      handbook.md

22
_posts/2014-11-10-admin-command.md

@ -68,3 +68,25 @@ These are checklist admin needs to get done.
* `backfill_reviews` -- ทำงานโดยการใส review record ไวสำหรบขอมลทจำเปนตองมการตรวจสอบ * `backfill_reviews` -- ทำงานโดยการใส review record ไวสำหรบขอมลทจำเปนตองมการตรวจสอบ
* `prefix_filler` -- ใสเพศใหบ record ทงไมใชเพอความถกตองของขอมล Statistics เทานน (เทาทดออก) * `prefix_filler` -- ใสเพศใหบ record ทงไมใชเพอความถกตองของขอมล Statistics เทานน (เทาทดออก)
* ตรวจสอบ __in_progress_bit__
- check_student_issue_in_progress
- check_teacher_issue_in_progress
- backfill_reviews_in_progress
- sub4sum_in_progress
- sub4sum_office_in_progress
>>> from core import get_system_pref, set_system_pref
>>> get_system_pref('backfill_reviews_in_progress')
>>> set_system_pref('backfill_reviews_in_progress', False)
* `sub4sum***` commands
- เปดหน`/office/s4sum/` เพอให `celery`ดการ
- ใน `shell_plus`
>>> from office.tasks import preprocessing_sub4sum_office, preprocessing_sub4sum
>>> d = {'year': 2014, 'month': 12}
>>> preprocessing_sub4sum(**d)
3585
>>> preprocessing_sub4sum_office(**d)
343
>>>

1
handbook.md

@ -2,6 +2,7 @@
layout: page layout: page
title: "Handbook" title: "Handbook"
date: 2014-12-12 date: 2014-12-12
permalink: /handbook/
tags: tags:
--- ---

Loading…
Cancel
Save