티스토리 뷰
Tutorial
https://www.w3schools.com/django/django_create_project.php
Django Create Project
W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.
www.w3schools.com
프로젝트 만들기
django-admin startproject prj_name
cd prj_name
앱 만들기
python manage.py startapp app_name
댓글