Notice
Recent Posts
Recent Comments
Link
It won't hurt to try
[Django]setting.py 본문
밑의 순서로 수정합니다.
- setting.py
- models.py
- urls.py
- views.py
- templates
setting.py
INSTALLED_APPS
todo.apps.TodoConfig추가
TEMPLATES
DIRS에 os.path.join(BASE_DIR, 'templates')추가
TIME_ZONE, USE_TZ
STATICFILES_DIRS
300x250
300x250
'Python > Django' 카테고리의 다른 글
[Django]models.py&admin.py (0) | 2022.03.10 |
---|---|
[Django]views.py (0) | 2022.03.08 |
[Django]urls.py (0) | 2022.03.08 |
[Django]model.py (0) | 2022.03.08 |
[Django]설치 (0) | 2022.03.06 |
Comments