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
- django test
- 장고로 ERP
- django role based
- pip 설치
- optimization page
- 파이썬
- orm 최적화
- 페이지 최적화
- tensorflow
- QApplication
- pyside6
- uiload
- 재고 관리
- pip 오류
- pyside6 ui
- qwindows.dll
- materialized
- django erp
- Self ERP
- channels
- 장고
- django drf
- query 최적화
- qpa_plugin
- ERP
- django
- 중량 관리
- Python
- test drive development
- django rank
Archives
- Today
- Total
목록table customize (1)
취미삼아 배우는 프로그래밍
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/bBpGgd/btqC3rgkzB8/KVuHRzDNVcjDUjGQw6MXQk/img.png)
django-tables2 앱을 활용하여 테이블을 작성했다. 생각보다 django-tables2는 커스터마이징이 쉽고 되게 편리하다. (primary key를 이용해서 데이터 불러오는게 조금 어렵긴 한데, 그래도 되긴 된다.) import django_tables2 as tables from .models import wall_list_model, wall_detailed_info from ..models import base_loc_information from django.utils.safestring import mark_safe import json # cancel_button = tables.Column(empty_values=(), verbose_name="취소 버튼") # def render..
코드 자가리뷰(장고)
2020. 3. 30. 21:40