Skip to content

Instantly share code, notes, and snippets.

@nomadekr
Last active December 6, 2017 06:04
Show Gist options
  • Save nomadekr/2449bede7d492834a64609130ed8506c to your computer and use it in GitHub Desktop.
Save nomadekr/2449bede7d492834a64609130ed8506c to your computer and use it in GitHub Desktop.

Goorm IDE

쉘> rm -rf manage.py 프로젝트명
쉘> pip3 install --upgrade django requests beautifulsoup4
쉘> django-admin --version
쉘> django-admin startproject 프로젝트명 .    # 끝에 . 을 꼭 쓰세요.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment