장고 프로젝트를 생성하기 위해
> django-admin startproject 프로젝트명 OR > python -m django startproject 프로젝트명
둘 중 하나로 프로젝트 폴더 생성 해주기
> python manage.py migrate
> python manage.py createsuperuser
> python manage.py runserver