e-commerce Django 오픈소스
shuup
django-rest-framework를 사용하고 있다면 강력추천한다. 가장 현실적이고, 참고하기 좋은 오픈소스다 !
https://github.com/shuup/shuup
https://github.com/shuup/shuup-project-template
saleor
가이드문서 - https://docs.getsaleor.com/en/latest/gettingstarted/installation-macos.html
데모 사이트 - https://demo.getsaleor.com/en/
django-oscar
메인 github - https://github.com/django-oscar/django-oscar/
데모 사이트 - https://latest.oscarcommerce.com/ko/basket/
-> 기본 이커머스 플랫폼에 붙일 수 있는 플러그인 종류도 많다.
장바구니
*django-carton - *https://github.com/lazybird/django-carton
쿠폰
https://github.com/byteweaver/django-coupons
https://github.com/GDsouza/WSG-Coupons/blob/master/coupons/models.py
'소프트웨어-이야기 > 프로그래밍 언어와 프레임워크' 카테고리의 다른 글
(saleor) 가독성 좋은 함수명 만들 때 유용한 팁 모음집 (0) | 2019.02.10 |
---|---|
(Django) Django ORM에서 Row Lock 잡기 - select_for_update (2) | 2018.12.15 |
(Django) Rest Frame Work Filter 활용하기 (0) | 2018.09.09 |
(Django) DB Connection을 관리하는 방법 (0) | 2018.08.04 |
(django) get_XXX_display 함수 : 모델의 속성 값을 사람이 읽을 수 있는 문장으로 변환하기 (0) | 2018.07.14 |