Skip to content

Instantly share code, notes, and snippets.

@allieus
Last active June 4, 2019 00:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save allieus/a7aae98928b7eabcfdaff91b0d65fe8f to your computer and use it in GitHub Desktop.
Save allieus/a7aae98928b7eabcfdaff91b0d65fe8f to your computer and use it in GitHub Desktop.

포커스 : Form/Widget

개발환경 설정

소스코드 확인

  • 각자 GitHub 저장소에 있는 소스코드를 GitHub Desktop 프로그램을 통해 로컬에 복제(clone)
    • 추천 경로 : c:/dev/
  • 소스코드가 없거나, 최신현황의 코드가 아니신 분은 https://github.com/allieus/pnu-django-201904 저장소를 Fork하신 후에, clone하세요.
  • Visual Studio Code의 폴더 열기 메뉴를 통해, 프로젝트 경로를 열어주세요.

장고 명령

명령 프롬프트를 띄우고, 아래 명령을 순차적으로 수행합니다.

pip install -r requirements.txt

python manage.py migrate
python manage.py createsuperuser
python manage.py runserver

이제 브라우저로 http://localhost:8000 주소에 접속하실 수 있습니다. (크롬 추천)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment