You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

01. 가상환경 활성화

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

command line

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



03. Django 웹서버 실행

command line

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

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


04. Django 웹서비스 확인

  • No labels