All Articles

TIL&TEL 21.11.29~21.12.05

TIL( Today I Learned)

21-11-29 월

  • 코드리뷰

21-11-30 화

  • work

    • models 리뷰하기
    • PROD DB 셋업하기, after re-modeling

      • 기본 자료
    • Env Var 세팅 with cloud run sample

      • .env
      • secret manager
      • AWS Vault는 AWS 명령줄을 사용하기위한 보안 키를 각 환경의 보안공간에 안전하게 보관해 주는 도구 => secret manager

21-12-01 수

  • production migration
  • 유저 migration

21-12-02 목

  • login API 보완

21-12-03 금

  • AWS immigration 항목 정리하기

TEL (Trial and Error Log)

21-12-02

  • ERROR: AssertionError: Negative indexing is not supported.

    • SITUATION:django queryset slice
    • REASON:
    • SOLUTION:

      • order_by(“-column”)