- Timestamp:
- 4 Aug 2015, 12:14:40 (9 years ago)
- Location:
- main/waeup.kwarapoly/trunk/src/waeup/kwarapoly
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/applicants/browser.py
r12142 r13187 47 47 UG_OMIT_EDIT_FIELDS = [ 48 48 value for value in UG_OMIT_EDIT_FIELDS 49 if not value in ('jamb_subjects', 'jamb_score' )]49 if not value in ('jamb_subjects', 'jamb_score', 'jamb_reg_number')] 50 50 51 51 PRE_OMIT_EDIT_FIELDS = UG_OMIT_EDIT_FIELDS + [ -
main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/utils/utils.py
r11965 r13187 23 23 """A collection of methods subject to customization. 24 24 """ 25 26 SYSTEM_MAX_LOAD = { 27 'swap-mem': None, 28 'virt-mem': 80.0, 29 'cpu-load': 100.0, 30 } 25 31 26 32 PREFERRED_LANGUAGES_DICT = {
Note: See TracChangeset for help on using the changeset viewer.