view.py
request.session['키'] = '사용할 값' #세션 등록
변수 = request.session.get('키') #세션 사용
templeate
{{ request.session.키 }} #세션 사용
'Python' 카테고리의 다른 글
(Django) Pycharm 에서 run시 static 디렉토리 못찾는 경우 (0) | 2019.09.04 |
---|---|
Django 디버깅 툴 (Django Debug Toolbar) (0) | 2019.09.04 |
python 날짜 관련 (0) | 2019.08.27 |
django template에서 함수 호출방법 (0) | 2019.08.27 |
PyCharm, phpStorm 관련 팁 (0) | 2019.08.20 |