예니의 코딩일기

  • 홈
  • 태그
  • 방명록

_templates 1

Django Tutorial Part 3

16. 뷰(Views)와 템플릿(Templates) polls/templates/polls/index.html {{first question}} polls/views.py from .models import * from django.shortcuts import render def index(request): latest_question_list = Question.objects.order_by('-pub_date')[:5] context = {'first_question': latest_question_list[0]} return render(request, 'polls/index.html', context) >>> from polls.models import * >>> Question.objects...

데브코스 TIL/Django, API 2023.11.06
이전
1
다음
더보기
프로필사진

프로그래머스 데이터 엔지니어링 데브코스 2기 수강생 입니다

  • 전체보기 (153)
    • 데브코스 TIL (152)
      • [프로젝트] (3)
      • Python (1)
      • 자료구조, 알고리즘 (26)
      • HTML, CSS (2)
      • Web Scrapping (15)
      • Django, API (7)
      • SQL (6)
      • AWS 클라우드 (17)
      • 데이터 파이프라인, Airflow (17)
      • Docker (9)
      • DBT (4)
      • 빅데이터, 스트리밍 데이터 처리 (32)
      • Machine Learning (4)

Tag

프로그래머스, _Docker, _AWS, _Kafka, _소개, _문제풀이, _HTML, _redshift, _실습, 프로그래머스데브코스, _selenium, _Spark, _설치, _머신러닝, _SparkSQL, 프로그래머스데브코스데이터엔지니어링, _dbt, _Airflow, _DAG, _sql,

최근글과 인기글

  • 최근글
  • 인기글

최근댓글

공지사항

페이스북 트위터 플러그인

  • Facebook
  • Twitter

Archives

Calendar

«   2025/11   »
일 월 화 수 목 금 토
1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30

방문자수Total

  • Today :
  • Yesterday :

Copyright © Kakao Corp. All rights reserved.

티스토리툴바