๐Ÿ“‚ ์ •์  ํŒŒ์ผ ๊ด€๋ฆฌํ•˜๊ธฐ

์ด์ •์—ฐยท2022๋…„ 9์›” 19์ผ
0

Django

๋ชฉ๋ก ๋ณด๊ธฐ
1/12

ํฌ์ŠคํŠธ ๋ชฉ๋ก ํŽ˜์ด์ง€์— ๋ถ€ํŠธ์ŠคํŠธ๋žฉ ์ ์šฉํ•˜๊ธฐ

แ„‰แ…ณแ„แ…ณแ„…แ…ตแ†ซแ„‰แ…ฃแ†บ 2022-09-19 แ„‹แ…ฉแ„’แ…ฎ 5 17 10

HTML์—์„œ cssํŒŒ์ผ์„ ๋ถˆ๋Ÿฌ์™€ ์ ์šฉํ•˜๋Š” ๊ณผ์ •์ด๋‹ค.

์ด ๋•Œ css ํŒŒ์ผ์„ post_list.html์ด ์†ํ•ด์žˆ๋Š” templatesํด๋”์— ์ €์žฅํ•˜๋Š” ๊ฒƒ์ด ์•„๋‹ˆ๋ผ ๋‹ค๋ฅธ ๊ณณ์— ์ €์žฅํ•ด์•ผ ํ•œ๋‹ค.

templates ํด๋”๋Š” ๋™์ ์ธ ํŒŒ์ผ๋“ค์„ ์ œ๊ณตํ•œ๋‹ค. ์˜ˆ๋ฅผ ๋“ค์–ด post_list.html ํŒŒ์ผ์„ ์ฐธ๊ณ ํ•ด๋ด๋„ ์‚ฌ์šฉ์ž์˜ ์ž…๋ง›์— ๋งž๊ฒŒ

์ปค์Šคํ…€๋œ views.py์˜ ๋‚ด์šฉ์— ๋”ฐ๋ผ ์‚ฌ์šฉ์ž์—๊ฒŒ ์ œ๊ณตํ•œ๋‹ค. ์ฆ‰ ๊ณ„์† ์†Œ์Šค ์ฝ”๋“œ ๋‚ด์šฉ์ด ๋ฐ”๋€” ์ˆ˜ ์žˆ๋‹ค๋Š” ์ ์ด๋‹ค.

๋ฐ˜๋ฉด์— css,js ํŒŒ์ผ์€ ๊ณ ์ •๋œ ๋‚ด์šฉ๋งŒ ์ œ๊ณตํ•˜๋ฉด ๋œ๋‹ค. ๋”ฐ๋ผ์„œ ์ด๋Š” static ํด๋”์—์„œ ๊ด€๋ฆฌ๋ฅผ ํ•ด์•ผํ•œ๋‹ค.

แ„‰แ…ณแ„แ…ณแ„…แ…ตแ†ซแ„‰แ…ฃแ†บ 2022-09-19 แ„‹แ…ฉแ„’แ…ฎ 5 22 17

์•ฑ ๋‹จ์œ„์— static ํด๋”๋ฅผ ๋งŒ๋“  ํ›„ ๊ทธ ์•„๋ž˜์— css ํŒŒ์ผ์„ ๋„ฃ์–ด์ฃผ๋ฉด ์˜ˆ์˜๊ฒŒ ์ ์šฉ๋œ ํ™ˆํŽ˜์ด์ง€๋ฅผ ๋งŒ๋‚  ์ˆ˜ ์žˆ๋‹ค.

<!DOCTYPE html>
{% load static %}
<html lang="ko">
    <head>
        <title>Blog</title>
        <link rel="stylesheet" href="{% static 'blog/bootstrap/bootstrap.min.css' %}" media="screen">
        <script src="https://kit.fontawesome.com/7738fa2555.js" crossorigin="anonymous"></script>
    </head>

load static์œผ๋กœ ์ •์ ์ธ ํŒŒ์ผ์„ ์“ด๋‹ค๊ณ  ์„ ์–ธํ•ด์ค€ ํ›„ css ํŒŒ์ผ์ด ์œ„์น˜ํ•œ ๊ฒฝ๋กœ๋ฅผ ์ง€์ •ํ•ด์ฃผ์–ด ์‚ฌ์šฉํ•œ๋‹ค.

ํฌ์ŠคํŠธ ์ƒ์„ธ ํŽ˜์ด์ง€ ๋ถ€ํŠธ์ŠคํŠธ๋žฉ

  • Start Bootstrap ํ™ˆํŽ˜์ด์ง€ > Templates > Blog > Blog Post์—์„œ ์นดํ”ผ์นดํ”ผ

  • (model)_detail.post์— ๊ฐ–๋‹ค ๋ถ™์—ฌ๋„ฃ๊ธฐ

  • ๋ถ€ํŠธ์ŠคํŠธ๋žฉ ๋ถ€๋ถ„๋งŒ ์ˆ˜์ •ํ•ด์ฃผ๋ฉด ๋จ

์‹ค์ œ ํฌ์ŠคํŠธ ๋‚ด์šฉ ๋ฐ˜์˜ ๋ฐฉ๋ฒ•

  • model.field๋ฅผ ์ด์šฉํ•˜์—ฌ ์›ํ•˜๋Š” ์œ„์น˜์— ์ž‘์„ฑ

ex)

<!-- Post header-->
                        <header class="mb-4">
                            <!-- Post title-->
                            <h1 class="fw-bolder mb-1">{{ post.title }}</h1>
                            <!-- Post meta content-->
                            <div class="text-muted fst-italic mb-2">{{ post.created_at }} by ์ž‘์„ฑ์ž๋ช… ์“ธ ์œ„์น˜(๊ฐœ๋ฐœ์˜ˆ์ •)</div>
                            <!-- Post categories-->
                            <a class="badge bg-secondary text-decoration-none link-light" href="#!">Web Design</a>
                            <a class="badge bg-secondary text-decoration-none link-light" href="#!">Freebies</a>
                        </header>
                        <!-- Preview image figure-->
                        <figure class="mb-4"><img class="img-fluid rounded" src="https://dummyimage.com/900x400/ced4da/6c757d.jpg" alt="..." /></figure>
                        <!-- Post content-->
                        <section class="mb-5">
                            <p>{{ post.content }}</p>
                        </section>

0๊ฐœ์˜ ๋Œ“๊ธ€