본문 바로가기

Django

Django Project Setup

반응형

 

이미지 썸네일 삭제
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

반응형