본문 바로가기
Information/Web site

장고 웹 프레임워크 개발 환경 구성하기

by grey-hat hacker 2021. 7. 7.
728x90

장고를 설치하고 버전을 확인!

C:\Users\user\AppData\Local\Programs\Python>pip install django


C:\Users\user\AppData\Local\Programs\Python>python -m django --version
3.0.2

C:\mySite 해당 경로 생성하고 이동!  -> Investar 경로로 이동하기 웹 서버를 실행!

C:\mySite>django-admin startproject Investar

C:\mySite>cd Investar

C:\mySite\Investar>python manage.py runserver 0.0.0.0:8000
Watching for file changes with StatReloader
Performing system checks...

System check identified no issues (0 silenced).

You have 17 unapplied migration(s). Your project may not work properly until you apply the migrations for app(s): admin, auth, contenttypes, sessions.
Run 'python manage.py migrate' to apply them.
July 07, 2021 - 16:53:34
Django version 3.0.2, using settings 'Investar.settings'
Starting development server at http://0.0.0.0:8000/
Quit the server with CTRL-BREAK.

 

 

그럼 http://localhost:8000 접속 시 로켓 발사 되는 것을 알 수 있다.

 

728x90
반응형

'Information > Web site' 카테고리의 다른 글

워게임 및 CTF 사이트 정리!!!  (0) 2020.11.13

댓글