Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

01. 가상환경 활성화

02. Django 프로젝트 저장소 생성

Info
iconfalse
titlecommand line

(myvenv) c:\workspace\django> django-admin startproject conf .

Image RemovedImage Added




03. Django 웹서버 실행

Info
iconfalse
titlecommand line

이미 사용중인 PORT가 있다면, PORT를 변경해서 실행 합니다.

(myvenv) c:\workspace\django> python manage.py runserver [PORT]

Image RemovedImage Added



04. Django 웹서비스 확인

Image RemovedImage Added