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
- qwindows.dll
- pyside6 ui
- uiload
- Self ERP
- materialized
- orm 최적화
- test drive development
- tensorflow
- django
- 파이썬
- django drf
- pip 설치
- channels
- 장고로 ERP
- 재고 관리
- optimization page
- query 최적화
- pip 오류
- 페이지 최적화
- django erp
- bzpopmin
- django rank
- qpa_plugin
- 장고
- Python
- ERP
- pyside6
- QApplication
- 중량 관리
- django test
Archives
- Today
- Total
목록2025/02/15 (1)
취미삼아 배우는 프로그래밍
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/bse2HH/btsMkB6Jcsv/SLRjZ51kofef7tJpj3Hgm1/img.png)
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