Django
Django Project Setup
jwstory.com
2022. 2. 8. 09:44
반응형

Writing your first Django app, part 2 | Django documentation | Django
Writing your first Django app, part 2 ¶ This tutorial begins where Tutorial 1 left off. We’ll set up the database, create your first model, and get a quick introduction to Django’s automatically-generated admin site. Where to get help: If you’re having trouble going through this tutorial, please hea...
docs.djangoproject.com
-
오른쪽 정렬왼쪽 정렬가운데 정렬
-
- 삭제
1. settings.py 파일 Timezone 설정
- TIME_ZONE 설정을 Asia/Seoul 로 변경

사진 설명을 입력하세요.
2. settings.py 파일에 app 등록하기
- 생성된 app은 settings.py 파일에 등록해야 application에서 사용이 가능하다.

사진 설명을 입력하세요.
Django Project Setup
반응형