Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- 장고
- ERP
- 재고 관리
- tensorflow
- Python
- qpa_plugin
- django test
- qwindows.dll
- 장고로 ERP
- Self ERP
- query 최적화
- pip 설치
- django rank
- test drive development
- channels
- django erp
- django drf
- pip 오류
- optimization page
- 페이지 최적화
- uiload
- 중량 관리
- materialized
- pyside6
- bzpopmin
- pyside6 ui
- django
- 채널스
- 파이썬
- QApplication
Archives
- Today
- Total
목록2025/02/15 (1)
취미삼아 배우는 프로그래밍

When using Channels Library in Django. It throws Errors when latest version of that.redis.exceptions.ResponseError : unknown command 'BZPOPMIN'Because:It is the version issue.Solution:Succed version of that:Django==5.1.6channels==4.2.0channels_redis==4.2.1andredis version is5.0.14.1(window version) when use the latest version of redis(*7.4.1) it can throw error.so you need to use downgraded vers..
파이썬(장고)
2025. 2. 15. 00:34