본문 바로가기

전체 글

(13)
3) Django mysql 연동하기 https://knackin.tistory.com/8 1) Django 시작하기 (Windows) https://www.python.org/ Welcome to Python.org The official home of the Python Programming Language www.python.org 파이썬 홈페이지에서 파이썬을 설치합니다. https://www.anaconda.com/products/distribut.. knackin.tistory.com https://dev.mysql.com/downloads/mysql/ MySQL :: Download MySQL Community Server Select Operating System: Select Operating System… Microsoft ..
2) Django App 만들기 https://knackin.tistory.com/8 1) Django 시작하기 (Windows) https://www.python.org/ Welcome to Python.org The official home of the Python Programming Language www.python.org 파이썬 홈페이지에서 파이썬을 설치합니다. https://www.anaconda.com/products/distribut.. knackin.tistory.com 프로젝트가 있는 폴더위치에서 vscode를 실행해줍니다. Ctrl + Shift + ` 명령어로 터미널을 불러오고 django-admin startapp myapp 명령어를 입력합니다. myapp 폴더가 생성된 것을 확인합니다. myproject 폴더..
1) Django 시작하기 (Windows) https://www.python.org/ Welcome to Python.org The official home of the Python Programming Language www.python.org 파이썬 홈페이지에서 파이썬을 설치합니다. https://www.anaconda.com/products/distribution Anaconda | Anaconda Distribution Anaconda's open-source Distribution is the easiest way to perform Python/R data science and machine learning on a single machine. www.anaconda.com 아나콘다 홈페이지에서 아나콘다를 설치합니다. https://c..