Django filter 정규식
2021. 3. 27. 12:59ㆍ파이썬/Django
boxes = Trained_Box.objects.filter(char__iregex=r'[0-9]').exclude(status='excepted')
'파이썬 > Django' 카테고리의 다른 글
Invalid HTTP_HOST header: '192.168.0.3'. You may need to add '192.168.0.10' to ALLOWED_HOSTS. (0) | 2021.03.27 |
---|---|
Django union (0) | 2021.03.27 |
Django filter Max 구하기 (0) | 2021.03.27 |
Django get_or_create (0) | 2021.03.11 |
Django django.db.utils import OperationalError (0) | 2021.03.10 |