IPython에서 Django Shell을 실행하는 방법
$ 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
모두 완성!
Reference
이 문제에 관하여(IPython에서 Django Shell을 실행하는 방법), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/serhatteker/how-to-run-django-shell-in-ipython-1mbj텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)