Task
- 비밀번호 재설정 (찾기) : 메일 발송 및 confirm, 1시간 후 token 만료되도록 custom
- 회원가입 시 Survey
- GNB
- GNB task 정리
- Follow
- Search
참고
- token 만료 시간 지정
- pywintypes.error: (2, 'CreateFile', '지정된 파일을 찾을 수 없습니다.') error
- django.db.utils.OperationalError: could not translate host name "db" to address: Unknown host
- /usr/bin/env: ‘python\r’: No such file or directory
- gitlab의 원격브랜치 가져오는 법
- makemigrations 취소하는 법
- static file 사용하는 법
- 다국어 지원하는 법(django.po)
- filter 조건 설정하는 법
- 없는 table 생성하는 법..(migration 해도 재생성되지 않는 경우)
- Periodic task를 background에서 진행하는 법(celery-beat)