Django (1) Create Django

Bada Jung·2022년 1월 16일
0

Django

목록 보기
1/1
post-thumbnail

Django (1) Create Django

  1. Python 설치

www.python.org/downloads/

  1. Windows Powershell 열기 (Windows PowerShell 검색)

  1. Django 설치를 위한 pip 입력
pip install django

C\Users\사용자이름/ 경로에 django 폴더 만들기

mkdir django
cd django
django-admin startproject 프로젝트이름
cd 프로젝트 이름
python manage.py runserver

크롬 URL에 http://localhost:8000/ 입력

profile
🌊🌊Under the SEA🌊🌊

0개의 댓글