"""Manual Adjustment constants.""" # default pagination values in case user does not specify PAGE_LIMIT_DEFAULT = 50 # return this number of records PAGE_LIMIT_MAX_ACCEPTABLE = 5000 # raise error if user asks for more than this PAGE_OFFSET_DEFAULT = 0 # start with first record # default user values LAST_MODIFIED_BY = 179 USER_TYPE = 'system'