poetry3 django(2)-app 만들기 django document를 참고하여 설문조사 app을 만들어본다. https://docs.djangoproject.com/en/5.0/intro/tutorial01/#creating-the-polls-app Django The web framework for perfectionists with deadlines. docs.djangoproject.com https://docs.djangoproject.com/en/5.0/intro/tutorial02/ Django The web framework for perfectionists with deadlines. docs.djangoproject.com startapp poetry를 사용하고 있기 때문에 다음 command로 app을 생성한다. $ poet.. 2024. 3. 18. django(1)-프로젝트 만들기(with poetry) poetry로 django 프로젝트를 작성하는 과정을 기록한다. django 의 공식 문서를 참고했다. Django Django The web framework for perfectionists with deadlines. docs.djangoproject.com 실습 코드: https://github.com/pacho-h/django-practice GitHub - pacho-h/django-practice: django practice with poetry django practice with poetry. Contribute to pacho-h/django-practice development by creating an account on GitHub. github.com set python ver.. 2024. 3. 12. Poetry Introduction | Documentation | Poetry - Python dependency management and packaging made easy Introduction | Documentation | Poetry - Python dependency management and packaging made easy If you installed using the deprecated get-poetry.py script, you should remove the path it uses manually, e.g. rm -rf "${POETRY_HOME:-~/.poetry}" Also remove ~/.poetry/bin from your $PATH in your shell configurati.. 2023. 12. 13. 이전 1 다음