IPython에서 Django Shell을 실행하는 방법

960 단어 shellpythondjango
우선, 환경에 설치되어 있는지 확인하십시오. IPython
$ pip install ipython
간단한 실행:
$ python manage.py shell -i ipython
그게 다야.-i 옵션 매개변수
 --interface {ipython,bpython,python}, -i {ipython,bpython,python}
사용할 셸을 지정합니다.보시다시피 옵션은 ipython-bpython 또는 (일반)python입니다.
기본적으로 IPython이나 bpython이 설치되어 있으면 Django가 사용합니다.둘 다 이미 설치되어 있는 경우 설치할 항목을 지정합니다.
자세한 내용은 django shell
모두 완성!

좋은 웹페이지 즐겨찾기