Merge pull request #95 from KiwiTechLLC/ZBKBCK-001

added article point
This commit is contained in:
dilipshrivastwa-kiwi
2023-07-20 18:25:23 +05:30
committed by GitHub
6 changed files with 54 additions and 13 deletions

View File

@ -96,3 +96,10 @@ BYTE_IMAGE_SIZE = 1024
# validate file size
MAX_FILE_SIZE = 1024 * 1024 * 5
ARTICLE_SURVEY_POINTS = 5
MAX_ARTICLE_CARD = 6
# min and max survey
MIN_ARTICLE_SURVEY = 5
MAX_ARTICLE_SURVEY = 10