Django Version 보는 방법
cmd -> python -> import django -> django.VERSION
Django 프로젝트 시작
(Directory를 만들고 그곳에 가서 project를 만든다.)
django-admin startproject [name]
이렇게 project를 만들면 5개의 파일이 만들어진다.
이렇게 project를 만들면 5개의 파일이 만들어진다.
1) manage.py
2) [name] 폴더 안
- settings.py
- urls.py
- wsgl.py
- __init__.py
오류
Unknown command: 'runserver--noreload'
If you get this error, put space bar between runserver and --
해당오류는 runser와 --사이에 공백을 안넣어서 그런것이다.
댓글 없음:
댓글 쓰기