• Skip to primary navigation
  • Skip to content
  • Skip to footer
겨울바다 겨울바다 Feel so Happy
  • Category
  • Tag
  • Search
    1. Home
    2. /
    3. Django
    4. /
    5. Django template
    • List
      • Category
      • Tag

    Django template

    2023-02-03 최대 1 분 소요

    List

    • Django template contents
      • base.html
      • others.html
      • common (head+footer) make base.html

    Django template contents

    base.html

    {% block contents %}
    -------others_input----------
    {% endblock %}
    

    others.html

    {% extends "base.html" %}
    
    
    {% block contents %}
    --------self----------
    {% endblock %}
    

    common (head+footer) make base.html

    태그: template

    카테고리: django

    업데이트: 2023-02-03

    공유하기

    Twitter Facebook LinkedIn
    이전 다음

    참고

    아치리눅스 yay 설치

    2024-03-21 최대 1 분 소요

    아치리눅스 yay 설치 및 사용법

    아치리눅스 한글입력 ibus

    2024-03-21 최대 1 분 소요

    한글 입력기 설치 순서

    vscode plugins

    2024-03-02 최대 1 분 소요

    vscode 설치 sudo apt install ./파일명

    우분투 각종 유틸 설치

    2024-02-28 최대 1 분 소요

    그래픽 카드 확인 및 설치

    • 팔로우:
    • GitHub
    • 피드
    © 2024 BADA. Powered by Jekyll & Minimal Mistakes.