Vorstand

끄적이는 개발 노트

Blog About Archive Tags

개발 면접 기초, django 보안

2019-05-05
  • Interview

개발 면접에 필요한 기초적인 지식을 한번 정리해봤다.

Read More

django 좋아요 ajax와 @property

2019-05-03
  • Ajax
  • Django
  • 참조
    • https://wayhome25.github.io/django/2017/06/25/django-ajax-like-button/#기존의-방식으로-좋아요-기능구현-새로고침-o
    • https://hamait.tistory.com/827
    • https://whatisthenext.tistory.com/115
Read More

django category 모델 만들기와 recursive 관계

2019-05-03
  • Django
  • Recursive
  • 참고
    • https://stackoverflow.com/questions/44798651/why-to-use-self-foreignkey-in-django-models
Read More

django haystack whoosh 검색 구현

2019-04-22
  • Django
  • Haystack

django로 만들고 있는 웹에 검색기능을 구현해봅시다. medium 포스팅이 이해하는데 정말 많은 도움이 되었습니다. 감사합니다.

Read More

CKEditor 이미지 업로드 문제 해결

2019-04-22
  • Django
  • Ckeditor

CKEditor에 있는 이미지 업로드 기능을 사용하려니 생각보다 설정하고 수정해야할게 많았다.

Read More
 Previous Next 

© 2019 Vorstand