devicehub-django/utils/constants.py

9 lines
131 B
Python

# constants declarated for all proyect
STR_XSM_SIZE = 16
STR_SM_SIZE = 32
STR_SIZE = 64
STR_BIG_SIZE = 128
STR_EXTEND_SIZE = 256