장고 manage.py 명령어

1 개요[ | ]

장고 manage.py 명령어
명령어 설명
python manage.py startproject 프로젝트이름 새로운 장고프로젝트 생성
python manage.py startapp 앱이름 새로운 장고앱 생성
python manage.py runserver 개발 서버 실행
python manage.py makemigrations 마이그레이션 파일 생성
python manage.py migrate 마이그레이션 적용
python manage.py collectstatic static 파일들을 settings.STATIC_ROOT 경로로 모음
python manage.py shell 쉘 실행
python manage.py --help 명령어 목록 및 도움말

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}