{"id":38664,"date":"2024-11-01T19:08:41","date_gmt":"2024-11-01T19:08:41","guid":{"rendered":"http:\/\/atmokpo.com\/w\/?p=38664"},"modified":"2024-11-26T06:43:40","modified_gmt":"2024-11-26T06:43:40","slug":"django-%ec%84%9c%eb%b2%84%ea%b0%9c%eb%b0%9c-%ec%a0%84%ec%9e%90%ec%83%81%ea%b1%b0%eb%9e%98-%ec%82%ac%ec%9d%b4%ed%8a%b8-%ea%b5%ac%ec%b6%95%ed%95%98%ea%b8%b0","status":"publish","type":"post","link":"https:\/\/atmokpo.com\/w\/38664\/","title":{"rendered":"DJango \uc11c\ubc84\uac1c\ubc1c, \uc804\uc790\uc0c1\uac70\ub798 \uc0ac\uc774\ud2b8 \uad6c\ucd95\ud558\uae30"},"content":{"rendered":"<p><body><\/p>\n<h2>1. \uc11c\ub860<\/h2>\n<p>\n        Django\ub294 \ud30c\uc774\uc36c\uc73c\ub85c \uc791\uc131\ub41c \uace0\uae09 \uc6f9 \ud504\ub808\uc784\uc6cc\ud06c\ub85c, \uc6f9 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \uc2e0\uc18d\ud558\uac8c \uac1c\ubc1c\ud560 \uc218 \uc788\ub3c4\ub85d \uc124\uacc4\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \ubcf8 \uac15\uc88c\uc5d0\uc11c\ub294 Django\ub97c \uc774\uc6a9\ud574 \uc804\uc790\uc0c1\uac70\ub798 \uc0ac\uc774\ud2b8\ub97c \uad6c\ucd95\ud558\ub294 \ubc29\ubc95\uc744 \uc0c1\uc138\ud558\uac8c \uc124\uba85\ud558\uaca0\uc2b5\ub2c8\ub2e4. \uae30\ubcf8\uc801\uc778 Django \uc124\uc815\ubd80\ud130 \uc2dc\uc791\ud558\uc5ec, \uc0c1\ud488 \uad00\ub9ac, \uc7a5\ubc14\uad6c\ub2c8, \uacb0\uc81c \uc2dc\uc2a4\ud15c\uae4c\uc9c0 \uad6c\ud604\ud560 \uac83\uc785\ub2c8\ub2e4.\n    <\/p>\n<h2>2. \uac1c\ubc1c \ud658\uacbd \uc124\uc815<\/h2>\n<p>\n        Django \uac1c\ubc1c\uc744 \uc704\ud574 \ub2e4\uc74c\uacfc \uac19\uc740 \ub3c4\uad6c\uac00 \ud544\uc694\ud569\ub2c8\ub2e4:\n    <\/p>\n<ul>\n<li>Python 3.x<\/li>\n<li>Django 3.x \uc774\uc0c1<\/li>\n<li>\uac00\uc0c1 \ud658\uacbd \uad00\ub9ac \ub3c4\uad6c (venv, virtualenv)<\/li>\n<li>SQLite \ub610\ub294 PostgreSQL \ub370\uc774\ud130\ubca0\uc774\uc2a4<\/li>\n<\/ul>\n<h3>2.1. \uac00\uc0c1 \ud658\uacbd \uc124\uc815\ud558\uae30<\/h3>\n<p>\n        \uac00\uc0c1 \ud658\uacbd\uc744 \uc124\uc815\ud574 \ud504\ub85c\uc81d\ud2b8\uc758 \uc885\uc18d\uc131\uc744 \uad00\ub9ac\ud569\ub2c8\ub2e4. \ud130\ubbf8\ub110\uc5d0\uc11c \ub2e4\uc74c \uba85\ub839\uc5b4\ub97c \uc785\ub825\ud558\uc138\uc694:\n    <\/p>\n<pre><code>python -m venv venv\nsource venv\/bin\/activate  # Mac\/Linux\nvenv\\Scripts\\activate     # Windows<\/code><\/pre>\n<h3>2.2. Django \uc124\uce58\ud558\uae30<\/h3>\n<p>\n        \uac00\uc0c1 \ud658\uacbd\uc774 \ud65c\uc131\ud654\ub41c \uc0c1\ud0dc\uc5d0\uc11c Django\ub97c \uc124\uce58\ud569\ub2c8\ub2e4.\n    <\/p>\n<pre><code>pip install django<\/code><\/pre>\n<h2>3. Django \ud504\ub85c\uc81d\ud2b8 \uc0dd\uc131<\/h2>\n<p>\n        Django \ud504\ub85c\uc81d\ud2b8\ub97c \uc0dd\uc131\ud558\uace0, \uc804\uc790\uc0c1\uac70\ub798 \uc0ac\uc774\ud2b8\ub97c \uc704\ud55c \uc571\uc744 \ub9cc\ub4ed\ub2c8\ub2e4. \uc544\ub798 \uba85\ub839\uc5b4\ub97c \uc2e4\ud589\ud558\uc138\uc694:\n    <\/p>\n<pre><code>django-admin startproject ecommerce_site\ncd ecommerce_site\npython manage.py startapp shop<\/code><\/pre>\n<h3>3.1. settings.py \uc218\uc815\ud558\uae30<\/h3>\n<p>\n        &#8216;shop&#8217; \uc571\uc744 \uc124\uce58\ub41c \uc571 \ubaa9\ub85d\uc5d0 \ucd94\uac00\ud558\ub824\uba74 <code>Ecommerce\/settings.py<\/code> \ud30c\uc77c\uc744 \uc5f4\uace0, <code>INSTALLED_APPS<\/code> \ub9ac\uc2a4\ud2b8\uc5d0 &#8216;shop&#8217;\uc744 \ucd94\uac00\ud569\ub2c8\ub2e4.\n    <\/p>\n<pre><code>INSTALLED_APPS = [\n    ...\n    'shop',\n]<\/code><\/pre>\n<h2>4. \ub370\uc774\ud130\ubca0\uc774\uc2a4 \ubaa8\ub378 \uc815\uc758\ud558\uae30<\/h2>\n<p>\n        \uc0c1\ud488\uc744 \uad00\ub9ac\ud558\uae30 \uc704\ud574 \ubaa8\ub378\uc744 \uc815\uc758\ud569\ub2c8\ub2e4. <code>shop\/models.py<\/code> \ud30c\uc77c\uc5d0 \uc544\ub798\uc640 \uac19\uc774 \uc791\uc131\ud569\ub2c8\ub2e4:\n    <\/p>\n<pre><code>from django.db import models\n\nclass Product(models.Model):\n    name = models.CharField(max_length=100)\n    description = models.TextField()\n    price = models.DecimalField(max_digits=10, decimal_places=2)\n    stock = models.IntegerField()\n    created_at = models.DateTimeField(auto_now_add=True)\n\n    def __str__(self):\n        return self.name<\/code><\/pre>\n<h3>4.1. \ub370\uc774\ud130\ubca0\uc774\uc2a4 \ub9c8\uc774\uadf8\ub808\uc774\uc158<\/h3>\n<p>\n        \ubaa8\ub378\uc744 \uc0dd\uc131\ud55c \ud6c4, \ub370\uc774\ud130\ubca0\uc774\uc2a4\uc5d0 \ubc18\uc601\ud558\uae30 \uc704\ud574 \ub9c8\uc774\uadf8\ub808\uc774\uc158\uc744 \uc2e4\ud589\ud569\ub2c8\ub2e4.\n    <\/p>\n<pre><code>python manage.py makemigrations\npython manage.py migrate<\/code><\/pre>\n<h2>5. \uad00\ub9ac\uc790 \ud328\ub110 \uc124\uc815<\/h2>\n<p>\n        Django\uc758 \ub0b4\uc7a5 \uad00\ub9ac\uc790 \ud328\ub110\uc744 \ud1b5\ud574 \uc0c1\ud488\uc744 \uc27d\uac8c \uad00\ub9ac\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. <code>shop\/admin.py<\/code> \ud30c\uc77c\uc744 \uc218\uc815\ud558\uc5ec \ubaa8\ub378\uc744 \ub4f1\ub85d\ud569\ub2c8\ub2e4.\n    <\/p>\n<pre><code>from django.contrib import admin\nfrom .models import Product\n\nadmin.site.register(Product)<\/code><\/pre>\n<h3>5.1. \uad00\ub9ac \uc0ac\uc6a9\uc790 \uc0dd\uc131\ud558\uae30<\/h3>\n<p>\n        \uad00\ub9ac \ud328\ub110\uc5d0 \uc811\uadfc\ud558\uae30 \uc704\ud574 \uc288\ud37c\uc720\uc800\ub97c \uc0dd\uc131\ud569\ub2c8\ub2e4.\n    <\/p>\n<pre><code>python manage.py createsuperuser<\/code><\/pre>\n<h2>6. \uc0c1\ud488 \ubaa9\ub85d \ubcf4\uae30<\/h2>\n<p>\n        \uc0c1\ud488 \ubaa9\ub85d\uc744 \ubcf4\uc5ec\uc8fc\ub294 \ubdf0\uc640 \ud15c\ud50c\ub9bf\uc744 \uc0dd\uc131\ud569\ub2c8\ub2e4. <code>shop\/views.py<\/code>\uc5d0 \ub2e4\uc74c\uacfc \uac19\uc774 \ubdf0\ub97c \uc791\uc131\ud569\ub2c8\ub2e4:\n    <\/p>\n<pre><code>from django.shortcuts import render\nfrom .models import Product\n\ndef product_list(request):\n    products = Product.objects.all()\n    return render(request, 'product_list.html', {'products': products})<\/code><\/pre>\n<h3>6.1. URL \uc124\uc815\ud558\uae30<\/h3>\n<p>\n        URLs\ub97c \uc124\uc815\ud558\uc5ec \ubdf0\uc5d0 \uc811\uadfc\ud560 \uc218 \uc788\uac8c \ud569\ub2c8\ub2e4. <code>shop\/urls.py<\/code>\ub97c \uc0dd\uc131\ud558\uace0 \ub2e4\uc74c\uacfc \uac19\uc774 \uc791\uc131\ud569\ub2c8\ub2e4:\n    <\/p>\n<pre><code>from django.urls import path\nfrom .views import product_list\n\nurlpatterns = [\n    path('', product_list, name='product_list'),\n]<\/code><\/pre>\n<p>\n        \uba54\uc778 URLconf\uc5d0 shop.urls\ub97c \ud3ec\ud568\ud558\uc5ec \ub77c\uc6b0\ud305 \uc124\uc815\uc744 \uc644\ub8cc\ud569\ub2c8\ub2e4. <code>ecommerce_site\/urls.py<\/code>\ub97c \ub2e4\uc74c\uacfc \uac19\uc774 \uc218\uc815\ud569\ub2c8\ub2e4:\n    <\/p>\n<pre><code>from django.contrib import admin\nfrom django.urls import include, path\n\nurlpatterns = [\n    path('admin\/', admin.site.urls),\n    path('', include('shop.urls')),\n]<\/code><\/pre>\n<h3>6.2. \ud15c\ud50c\ub9bf \uc791\uc131\ud558\uae30<\/h3>\n<p>\n        \uc0c1\ud488 \ubaa9\ub85d\uc744 \ubcf4\uc5ec\uc8fc\ub294 \ud15c\ud50c\ub9bf \ud30c\uc77c\uc744 \uc0dd\uc131\ud569\ub2c8\ub2e4. <code>shop\/templates\/product_list.html<\/code> \ud30c\uc77c\uc5d0 \ub2e4\uc74c\uacfc \uac19\uc774 \uc791\uc131\ud569\ub2c8\ub2e4:\n    <\/p>\n<pre><code>&lt;!DOCTYPE html&gt;\n&lt;html lang=\"ko\"&gt;\n&lt;head&gt;\n    &lt;meta charset=\"UTF-8\"&gt;\n    &lt;title&gt;\uc0c1\ud488 \ubaa9\ub85d&lt;\/title&gt;\n&lt;\/head&gt;\n&lt;body&gt;\n    &lt;h1&gt;\uc0c1\ud488 \ubaa9\ub85d&lt;\/h1&gt;\n    &lt;ul&gt;\n    {% for product in products %}\n        &lt;li&gt;{{ product.name }} - {{ product.price }}&lt;\/li&gt;\n    {% endfor %}\n    &lt;\/ul&gt;\n&lt;\/body&gt;\n&lt;\/html&gt;<\/code><\/pre>\n<h2>7. \uc7a5\ubc14\uad6c\ub2c8 \uae30\ub2a5 \uad6c\ud604\ud558\uae30<\/h2>\n<p>\n        \uc7a5\ubc14\uad6c\ub2c8 \uae30\ub2a5\uc744 \uad6c\ud604\ud558\uae30 \uc704\ud574 \uc0ac\uc6a9\uc790\uac00 \uc120\ud0dd\ud55c \uc0c1\ud488\uc744 \uc800\uc7a5\ud558\uace0 \uad00\ub9ac\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud558\uaca0\uc2b5\ub2c8\ub2e4.\n    <\/p>\n<h3>7.1. \uc7a5\ubc14\uad6c\ub2c8 \ubaa8\ub378 \ucd94\uac00<\/h3>\n<p>\n<code>shop\/models.py<\/code>\uc5d0 \uc7a5\ubc14\uad6c\ub2c8 \ubaa8\ub378\uc744 \ucd94\uac00\ud569\ub2c8\ub2e4:\n    <\/p>\n<pre><code>class Cart(models.Model):\n    products = models.ManyToManyField(Product)\n    total_price = models.DecimalField(max_digits=10, decimal_places=2, default=0)\n\n    def calculate_total(self):\n        self.total_price = sum(product.price for product in self.products.all())\n        self.save()<\/code><\/pre>\n<h3>7.2. \uc7a5\ubc14\uad6c\ub2c8\ub97c \uc704\ud55c \ubdf0\uc640 URL \uc124\uc815<\/h3>\n<p>\n        \uc7a5\ubc14\uad6c\ub2c8\uc5d0 \uc0c1\ud488\uc744 \ucd94\uac00\ud558\uace0 \ubaa9\ub85d\uc744 \ubcfc \uc218 \uc788\ub294 \ubdf0\ub97c \uc0dd\uc131\ud569\ub2c8\ub2e4:\n    <\/p>\n<pre><code>from django.shortcuts import redirect\n\ndef add_to_cart(request, product_id):\n    product = Product.objects.get(id=product_id)\n    cart, created = Cart.objects.get_or_create(id=1)  # \ub2e8\uc77c \uce74\ud2b8\ub97c \uc0ac\uc6a9\ud55c\ub2e4\uace0 \uac00\uc815\n    cart.products.add(product)\n    cart.calculate_total()\n    return redirect('product_list')<\/code><\/pre>\n<p>\n        URL \uc124\uc815\ub3c4 \ucd94\uac00\ud574\uc57c \ud569\ub2c8\ub2e4:\n    <\/p>\n<pre><code>path('add_to_cart\/<int:product_id>\/', add_to_cart, name='add_to_cart'),<\/int:product_id><\/code><\/pre>\n<h3>7.3. \uc7a5\ubc14\uad6c\ub2c8 \ud15c\ud50c\ub9bf \uc791\uc131<\/h3>\n<p>\n        \uc7a5\ubc14\uad6c\ub2c8\uc5d0 \ub2f4\uae34 \uc0c1\ud488\ub4e4\uc744 \ubcf4\uc5ec\uc8fc\ub294 \ud15c\ud50c\ub9bf\uc744 \uc791\uc131\ud569\ub2c8\ub2e4:\n    <\/p>\n<pre><code>&lt;h2&gt;\uc7a5\ubc14\uad6c\ub2c8&lt;\/h2&gt;\n&lt;ul&gt;\n{% for product in cart.products.all %}\n    &lt;li&gt;{{ product.name }} - {{ product.price }}&lt;\/li&gt;\n{% endfor %}\n&lt;\/ul&gt;\n\ucd1d\ud569: {{ cart.total_price }}<\/code><\/pre>\n<h2>8. \uacb0\uc81c \uae30\ub2a5 \uad6c\ud604\ud558\uae30<\/h2>\n<p>\n        \uacb0\uc81c \uae30\ub2a5\uc744 \uad6c\ud604\ud558\ub294 \uac83\uc740 \uc804\uc790\uc0c1\uac70\ub798 \uc0ac\uc774\ud2b8\uc5d0\uc11c \uac00\uc7a5 \uc911\uc694\ud55c \ubd80\ubd84 \uc911 \ud558\ub098\uc785\ub2c8\ub2e4. \uacb0\uc81c \uc2dc\uc2a4\ud15c\uc740 \uc678\ubd80 \uacb0\uc81c \uac8c\uc774\ud2b8\uc6e8\uc774\ub97c \ud1b5\ud574 \ud1b5\ud569\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc5ec\uae30\uc11c\ub294 Stripe API\ub97c \uc608\ub85c \ub4e4\uc5b4 \uc124\uba85\ud558\uaca0\uc2b5\ub2c8\ub2e4.\n    <\/p>\n<h3>8.1. Stripe \uc124\uc815<\/h3>\n<p>\n        Stripe \uacc4\uc815\uc744 \uc0dd\uc131\ud558\uace0 API \ud0a4\ub97c \uc5bb\uc2b5\ub2c8\ub2e4. Django \ud504\ub85c\uc81d\ud2b8\uc5d0 Stripe\ub97c \uc124\uce58\ud569\ub2c8\ub2e4:\n    <\/p>\n<pre><code>pip install stripe<\/code><\/pre>\n<h3>8.2. \uacb0\uc81c \ubdf0 \uc0dd\uc131<\/h3>\n<p>\n        \uacb0\uc81c\ub97c \ucc98\ub9ac\ud560 \ubdf0\ub97c \uc0dd\uc131\ud569\ub2c8\ub2e4:\n    <\/p>\n<pre><code>import stripe\n\nstripe.api_key = 'YOUR_SECRET_KEY'\n\ndef checkout(request):\n    cart = Cart.objects.get(id=1)  # \ub2e8\uc77c \uce74\ud2b8\ub97c \uc0ac\uc6a9\ud55c\ub2e4\uace0 \uac00\uc815\n    if request.method == 'POST':\n        # Stripe \uacb0\uc81c \ucc98\ub9ac\n        token = request.POST.get('stripeToken')\n        charge = stripe.Charge.create(\n            amount=int(cart.total_price * 100),  # cents\ub85c \ubcc0\ud658\n            currency='usd',\n            description='Cart purchase',\n            source=token,\n        )\n        # \uacb0\uc81c \ud6c4 \uc7a5\ubc14\uad6c\ub2c8 \ube44\uc6b0\uae30 \ubc0f \ucc98\ub9ac\n        cart.products.clear()\n        cart.total_price = 0\n        cart.save()\n        return redirect('confirmation')\n    return render(request, 'checkout.html', {'cart': cart})<\/code><\/pre>\n<h3>8.3. \uacb0\uc81c \ud15c\ud50c\ub9bf \uc791\uc131\ud558\uae30<\/h3>\n<p>\n        \uacb0\uc81c \ud3fc\uc744 \ubcf4\uc5ec\uc8fc\ub294 \ud15c\ud50c\ub9bf\uc744 \uc791\uc131\ud569\ub2c8\ub2e4:\n    <\/p>\n<pre><code>&lt;form action=\"\" method=\"post\"&gt;\n    &lt;script src=\"https:\/\/js.stripe.com\/v3\/\"&gt;&lt;\/script&gt;\n    &lt;button type=\"submit\"&gt;\uacb0\uc81c\ud558\uae30&lt;\/button&gt;\n&lt;\/form&gt;<\/code><\/pre>\n<h2>9. \uacb0\ub860<\/h2>\n<p>\n        \ubcf8 \uac15\uc88c\uc5d0\uc11c\ub294 Django \ud504\ub808\uc784\uc6cc\ud06c\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc804\uc790\uc0c1\uac70\ub798 \uc0ac\uc774\ud2b8\ub97c \uad6c\ucd95\ud558\ub294 \uae30\ubcf8\uc801\uc778 \ubc29\ubc95\uc744 \uc124\uba85\ud588\uc2b5\ub2c8\ub2e4. \uae30\ubcf8\uc801\uc778 \uc0c1\ud488 \uad00\ub9ac\ubd80\ud130 \uacb0\uc81c \uc2dc\uc2a4\ud15c\uae4c\uc9c0, Django\ub97c \ud65c\uc6a9\ud55c \uc804\uc790\uc0c1\uac70\ub798 \uc0ac\uc774\ud2b8\uc758 \uad6c\uc870\ub97c \uc774\ud574\ud558\ub294 \ub370 \ub3c4\uc6c0\uc774 \ub418\uc5c8\uae30\ub97c \ubc14\ub78d\ub2c8\ub2e4. \uc55e\uc73c\ub85c \ucd94\uac00\uc801\uc778 \uae30\ub2a5, \uc0ac\uc6a9\uc790 \uc778\uc99d, \ub2e4\uc591\ud55c \uacb0\uc81c \uc635\uc158 \ub4f1\uc744 \ub3c4\uc785\ud558\uc5ec \uc0ac\uc774\ud2b8\ub97c \ub354\uc6b1 \ubc1c\uc804\uc2dc\ucf1c \ub098\uac08 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n    <\/p>\n<h2>10. \ucd94\uac00 \uc790\ub8cc<\/h2>\n<p>\n        &#8211; <a href=\"https:\/\/www.djangoproject.com\/\">Django \uacf5\uc2dd \ubb38\uc11c<\/a><br \/>\n        &#8211; <a href=\"https:\/\/stripe.com\/docs\/development\">Stripe \uac1c\ubc1c\uc790 \ubb38\uc11c<\/a>\n<\/p>\n<p><\/body><\/p>\n","protected":false},"excerpt":{"rendered":"<p>1. \uc11c\ub860 Django\ub294 \ud30c\uc774\uc36c\uc73c\ub85c \uc791\uc131\ub41c \uace0\uae09 \uc6f9 \ud504\ub808\uc784\uc6cc\ud06c\ub85c, \uc6f9 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \uc2e0\uc18d\ud558\uac8c \uac1c\ubc1c\ud560 \uc218 \uc788\ub3c4\ub85d \uc124\uacc4\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \ubcf8 \uac15\uc88c\uc5d0\uc11c\ub294 Django\ub97c \uc774\uc6a9\ud574 \uc804\uc790\uc0c1\uac70\ub798 \uc0ac\uc774\ud2b8\ub97c \uad6c\ucd95\ud558\ub294 \ubc29\ubc95\uc744 \uc0c1\uc138\ud558\uac8c \uc124\uba85\ud558\uaca0\uc2b5\ub2c8\ub2e4. \uae30\ubcf8\uc801\uc778 Django \uc124\uc815\ubd80\ud130 \uc2dc\uc791\ud558\uc5ec, \uc0c1\ud488 \uad00\ub9ac, \uc7a5\ubc14\uad6c\ub2c8, \uacb0\uc81c \uc2dc\uc2a4\ud15c\uae4c\uc9c0 \uad6c\ud604\ud560 \uac83\uc785\ub2c8\ub2e4. 2. \uac1c\ubc1c \ud658\uacbd \uc124\uc815 Django \uac1c\ubc1c\uc744 \uc704\ud574 \ub2e4\uc74c\uacfc \uac19\uc740 \ub3c4\uad6c\uac00 \ud544\uc694\ud569\ub2c8\ub2e4: Python 3.x Django 3.x \uc774\uc0c1 \uac00\uc0c1 \ud658\uacbd \uad00\ub9ac &hellip; <a href=\"https:\/\/atmokpo.com\/w\/38664\/\" class=\"more-link\">\ub354 \ubcf4\uae30<span class=\"screen-reader-text\"> &#8220;DJango \uc11c\ubc84\uac1c\ubc1c, \uc804\uc790\uc0c1\uac70\ub798 \uc0ac\uc774\ud2b8 \uad6c\ucd95\ud558\uae30&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[185],"tags":[],"class_list":["post-38664","post","type-post","status-publish","format-standard","hentry","category-django"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>DJango \uc11c\ubc84\uac1c\ubc1c, \uc804\uc790\uc0c1\uac70\ub798 \uc0ac\uc774\ud2b8 \uad6c\ucd95\ud558\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/atmokpo.com\/w\/38664\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"DJango \uc11c\ubc84\uac1c\ubc1c, \uc804\uc790\uc0c1\uac70\ub798 \uc0ac\uc774\ud2b8 \uad6c\ucd95\ud558\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"og:description\" content=\"1. \uc11c\ub860 Django\ub294 \ud30c\uc774\uc36c\uc73c\ub85c \uc791\uc131\ub41c \uace0\uae09 \uc6f9 \ud504\ub808\uc784\uc6cc\ud06c\ub85c, \uc6f9 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \uc2e0\uc18d\ud558\uac8c \uac1c\ubc1c\ud560 \uc218 \uc788\ub3c4\ub85d \uc124\uacc4\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \ubcf8 \uac15\uc88c\uc5d0\uc11c\ub294 Django\ub97c \uc774\uc6a9\ud574 \uc804\uc790\uc0c1\uac70\ub798 \uc0ac\uc774\ud2b8\ub97c \uad6c\ucd95\ud558\ub294 \ubc29\ubc95\uc744 \uc0c1\uc138\ud558\uac8c \uc124\uba85\ud558\uaca0\uc2b5\ub2c8\ub2e4. \uae30\ubcf8\uc801\uc778 Django \uc124\uc815\ubd80\ud130 \uc2dc\uc791\ud558\uc5ec, \uc0c1\ud488 \uad00\ub9ac, \uc7a5\ubc14\uad6c\ub2c8, \uacb0\uc81c \uc2dc\uc2a4\ud15c\uae4c\uc9c0 \uad6c\ud604\ud560 \uac83\uc785\ub2c8\ub2e4. 2. \uac1c\ubc1c \ud658\uacbd \uc124\uc815 Django \uac1c\ubc1c\uc744 \uc704\ud574 \ub2e4\uc74c\uacfc \uac19\uc740 \ub3c4\uad6c\uac00 \ud544\uc694\ud569\ub2c8\ub2e4: Python 3.x Django 3.x \uc774\uc0c1 \uac00\uc0c1 \ud658\uacbd \uad00\ub9ac &hellip; \ub354 \ubcf4\uae30 &quot;DJango \uc11c\ubc84\uac1c\ubc1c, \uc804\uc790\uc0c1\uac70\ub798 \uc0ac\uc774\ud2b8 \uad6c\ucd95\ud558\uae30&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/atmokpo.com\/w\/38664\/\" \/>\n<meta property=\"og:site_name\" content=\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"article:published_time\" content=\"2024-11-01T19:08:41+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-26T06:43:40+00:00\" \/>\n<meta name=\"author\" content=\"root\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@bebubo4\" \/>\n<meta name=\"twitter:site\" content=\"@bebubo4\" \/>\n<meta name=\"twitter:label1\" content=\"\uae00\uc4f4\uc774\" \/>\n\t<meta name=\"twitter:data1\" content=\"root\" \/>\n\t<meta name=\"twitter:label2\" content=\"\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04\" \/>\n\t<meta name=\"twitter:data2\" content=\"3\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/atmokpo.com\/w\/38664\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/38664\/\"},\"author\":{\"name\":\"root\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\"},\"headline\":\"DJango \uc11c\ubc84\uac1c\ubc1c, \uc804\uc790\uc0c1\uac70\ub798 \uc0ac\uc774\ud2b8 \uad6c\ucd95\ud558\uae30\",\"datePublished\":\"2024-11-01T19:08:41+00:00\",\"dateModified\":\"2024-11-26T06:43:40+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/atmokpo.com\/w\/38664\/\"},\"wordCount\":42,\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"articleSection\":[\"DJango\uc11c\ubc84\uac1c\ubc1c\"],\"inLanguage\":\"ko-KR\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/atmokpo.com\/w\/38664\/\",\"url\":\"https:\/\/atmokpo.com\/w\/38664\/\",\"name\":\"DJango \uc11c\ubc84\uac1c\ubc1c, \uc804\uc790\uc0c1\uac70\ub798 \uc0ac\uc774\ud2b8 \uad6c\ucd95\ud558\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#website\"},\"datePublished\":\"2024-11-01T19:08:41+00:00\",\"dateModified\":\"2024-11-26T06:43:40+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/atmokpo.com\/w\/38664\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/atmokpo.com\/w\/38664\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/atmokpo.com\/w\/38664\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\/\/atmokpo.com\/w\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"DJango \uc11c\ubc84\uac1c\ubc1c, \uc804\uc790\uc0c1\uac70\ub798 \uc0ac\uc774\ud2b8 \uad6c\ucd95\ud558\uae30\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/atmokpo.com\/w\/#website\",\"url\":\"https:\/\/atmokpo.com\/w\/\",\"name\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/atmokpo.com\/w\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\",\"name\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"url\":\"https:\/\/atmokpo.com\/w\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png\",\"contentUrl\":\"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png\",\"width\":400,\"height\":400,\"caption\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\"},\"image\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/bebubo4\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\",\"name\":\"root\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g\",\"caption\":\"root\"},\"sameAs\":[\"http:\/\/atmokpo.com\/w\"],\"url\":\"https:\/\/atmokpo.com\/w\/author\/root\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"DJango \uc11c\ubc84\uac1c\ubc1c, \uc804\uc790\uc0c1\uac70\ub798 \uc0ac\uc774\ud2b8 \uad6c\ucd95\ud558\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/atmokpo.com\/w\/38664\/","og_locale":"ko_KR","og_type":"article","og_title":"DJango \uc11c\ubc84\uac1c\ubc1c, \uc804\uc790\uc0c1\uac70\ub798 \uc0ac\uc774\ud2b8 \uad6c\ucd95\ud558\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","og_description":"1. \uc11c\ub860 Django\ub294 \ud30c\uc774\uc36c\uc73c\ub85c \uc791\uc131\ub41c \uace0\uae09 \uc6f9 \ud504\ub808\uc784\uc6cc\ud06c\ub85c, \uc6f9 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \uc2e0\uc18d\ud558\uac8c \uac1c\ubc1c\ud560 \uc218 \uc788\ub3c4\ub85d \uc124\uacc4\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \ubcf8 \uac15\uc88c\uc5d0\uc11c\ub294 Django\ub97c \uc774\uc6a9\ud574 \uc804\uc790\uc0c1\uac70\ub798 \uc0ac\uc774\ud2b8\ub97c \uad6c\ucd95\ud558\ub294 \ubc29\ubc95\uc744 \uc0c1\uc138\ud558\uac8c \uc124\uba85\ud558\uaca0\uc2b5\ub2c8\ub2e4. \uae30\ubcf8\uc801\uc778 Django \uc124\uc815\ubd80\ud130 \uc2dc\uc791\ud558\uc5ec, \uc0c1\ud488 \uad00\ub9ac, \uc7a5\ubc14\uad6c\ub2c8, \uacb0\uc81c \uc2dc\uc2a4\ud15c\uae4c\uc9c0 \uad6c\ud604\ud560 \uac83\uc785\ub2c8\ub2e4. 2. \uac1c\ubc1c \ud658\uacbd \uc124\uc815 Django \uac1c\ubc1c\uc744 \uc704\ud574 \ub2e4\uc74c\uacfc \uac19\uc740 \ub3c4\uad6c\uac00 \ud544\uc694\ud569\ub2c8\ub2e4: Python 3.x Django 3.x \uc774\uc0c1 \uac00\uc0c1 \ud658\uacbd \uad00\ub9ac &hellip; \ub354 \ubcf4\uae30 \"DJango \uc11c\ubc84\uac1c\ubc1c, \uc804\uc790\uc0c1\uac70\ub798 \uc0ac\uc774\ud2b8 \uad6c\ucd95\ud558\uae30\"","og_url":"https:\/\/atmokpo.com\/w\/38664\/","og_site_name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","article_published_time":"2024-11-01T19:08:41+00:00","article_modified_time":"2024-11-26T06:43:40+00:00","author":"root","twitter_card":"summary_large_image","twitter_creator":"@bebubo4","twitter_site":"@bebubo4","twitter_misc":{"\uae00\uc4f4\uc774":"root","\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04":"3\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/atmokpo.com\/w\/38664\/#article","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/38664\/"},"author":{"name":"root","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7"},"headline":"DJango \uc11c\ubc84\uac1c\ubc1c, \uc804\uc790\uc0c1\uac70\ub798 \uc0ac\uc774\ud2b8 \uad6c\ucd95\ud558\uae30","datePublished":"2024-11-01T19:08:41+00:00","dateModified":"2024-11-26T06:43:40+00:00","mainEntityOfPage":{"@id":"https:\/\/atmokpo.com\/w\/38664\/"},"wordCount":42,"publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"articleSection":["DJango\uc11c\ubc84\uac1c\ubc1c"],"inLanguage":"ko-KR"},{"@type":"WebPage","@id":"https:\/\/atmokpo.com\/w\/38664\/","url":"https:\/\/atmokpo.com\/w\/38664\/","name":"DJango \uc11c\ubc84\uac1c\ubc1c, \uc804\uc790\uc0c1\uac70\ub798 \uc0ac\uc774\ud2b8 \uad6c\ucd95\ud558\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/#website"},"datePublished":"2024-11-01T19:08:41+00:00","dateModified":"2024-11-26T06:43:40+00:00","breadcrumb":{"@id":"https:\/\/atmokpo.com\/w\/38664\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/atmokpo.com\/w\/38664\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/atmokpo.com\/w\/38664\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/atmokpo.com\/w\/en\/"},{"@type":"ListItem","position":2,"name":"DJango \uc11c\ubc84\uac1c\ubc1c, \uc804\uc790\uc0c1\uac70\ub798 \uc0ac\uc774\ud2b8 \uad6c\ucd95\ud558\uae30"}]},{"@type":"WebSite","@id":"https:\/\/atmokpo.com\/w\/#website","url":"https:\/\/atmokpo.com\/w\/","name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","description":"","publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/atmokpo.com\/w\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Organization","@id":"https:\/\/atmokpo.com\/w\/#organization","name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","url":"https:\/\/atmokpo.com\/w\/","logo":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/","url":"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png","contentUrl":"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png","width":400,"height":400,"caption":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8"},"image":{"@id":"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/bebubo4"]},{"@type":"Person","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7","name":"root","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g","caption":"root"},"sameAs":["http:\/\/atmokpo.com\/w"],"url":"https:\/\/atmokpo.com\/w\/author\/root\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack-related-posts":[{"id":38696,"url":"https:\/\/atmokpo.com\/w\/38696\/","url_meta":{"origin":38664,"position":0},"title":"DJango \uc11c\ubc84\uac1c\ubc1c, \ub2e4\uc591\ud55c \uce90\uc2dc \ubc31\uc5d4\ub4dc \uc124\uc815\ud558\uae30 (Memcached, Redis \ub4f1)","author":"root","date":"2024\ub144 11\uc6d4 01\uc77c","format":false,"excerpt":"\uc791\uc131\uc790: \uc870\uad11\ud615 \ub0a0\uc9dc: 2024\ub144 11\uc6d4 26\uc77c 1. \uce90\uc2dc\uc758 \ud544\uc694\uc131 \uc6f9 \uc5b4\ud50c\ub9ac\ucf00\uc774\uc158 \uac1c\ubc1c\uc5d0\uc11c \uc131\ub2a5\uc740 \ub9e4\uc6b0 \uc911\uc694\ud55c \uc694\uc18c\uc785\ub2c8\ub2e4. \uc0ac\uc6a9\uc790 \uacbd\ud5d8\uc744 \ud5a5\uc0c1\uc2dc\ud0a4\uace0, \uc11c\ubc84 \uc790\uc6d0 \uc18c\ube44\ub97c \uc904\uc774\uae30 \uc704\ud574 caching\uc740 \ud544\uc218\uc801\uc785\ub2c8\ub2e4. \uce90\uc2dc\ub97c \uc0ac\uc6a9\ud558\uba74 \ub370\uc774\ud130\ubca0\uc774\uc2a4\ub098 \uc18c\uc2a4 \uc2dc\uc2a4\ud15c\uc5d0 \ub300\ud55c \uc694\uccad\uc744 \uc904\uc774\uace0, \uc774\uc804\uc5d0 \uc800\uc7a5\ub41c \uacb0\uacfc\ub97c \ube60\ub974\uac8c \ubc18\ud658\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774\ub85c \uc778\ud574, \uc751\ub2f5 \uc2dc\uac04\uc774 \uc904\uc5b4\ub4e4\uace0 \uc11c\ubc84 \ubd80\ud558\ub3c4 \uac10\uc18c\ud569\ub2c8\ub2e4. Django\ub294\u2026","rel":"","context":"&quot;DJango\uc11c\ubc84\uac1c\ubc1c&quot;\uc5d0\uc11c","block_context":{"text":"DJango\uc11c\ubc84\uac1c\ubc1c","link":"https:\/\/atmokpo.com\/w\/category\/django%ec%84%9c%eb%b2%84%ea%b0%9c%eb%b0%9c\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":38622,"url":"https:\/\/atmokpo.com\/w\/38622\/","url_meta":{"origin":38664,"position":1},"title":"DJango \uc11c\ubc84\uac1c\ubc1c, Django \ud15c\ud50c\ub9bf \uc2dc\uc2a4\ud15c\uc758 \uae30\ubcf8 \uc6d0\ub9ac","author":"root","date":"2024\ub144 11\uc6d4 01\uc77c","format":false,"excerpt":"Django\ub294 \ud30c\uc774\uc36c\uc73c\ub85c \uc791\uc131\ub41c \uc6f9 \ud504\ub808\uc784\uc6cc\ud06c\ub85c, \ube60\ub978 \uac1c\ubc1c\uacfc \uc2ec\ud50c\ud55c \ub514\uc790\uc778\uc744 \ud2b9\uc9d5\uc73c\ub85c \ud569\ub2c8\ub2e4. \uc774 \uae00\uc5d0\uc11c\ub294 Django\uc758 \ud15c\ud50c\ub9bf \uc2dc\uc2a4\ud15c\uc5d0 \ub300\ud574 \uc0b4\ud3b4\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. Django \ud15c\ud50c\ub9bf \uc2dc\uc2a4\ud15c\uc740 \uc6f9 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc758 \ud504\ub860\ud2b8\uc5d4\ub4dc\ub97c \uad6c\uc131\ud558\ub294 \uc911\uc694\ud55c \uc694\uc18c\ub85c, \ub370\uc774\ud130 \ud45c\ud604\uc744 \uc704\ud55c HTML\uc744 \uc0dd\uc131\ud569\ub2c8\ub2e4. \ud15c\ud50c\ub9bf\uc740 \ud074\ub77c\uc774\uc5b8\ud2b8\uc5d0\uac8c \ubcf4\uc5ec\uc904 \ub0b4\uc6a9\uc744 \uc815\uc758\ud558\uba70, \ucf54\ub4dc\uc758 \uc7ac\uc0ac\uc6a9\uc131\uc744 \ub192\uc774\uace0 HTML\uacfc \ud30c\uc774\uc36c \ucf54\ub4dc\ub97c \ubd84\ub9ac\ud558\ub294 \ub370 \ub3c4\uc6c0\uc744 \uc90d\ub2c8\ub2e4. 1. Django \ud15c\ud50c\ub9bf\u2026","rel":"","context":"&quot;DJango\uc11c\ubc84\uac1c\ubc1c&quot;\uc5d0\uc11c","block_context":{"text":"DJango\uc11c\ubc84\uac1c\ubc1c","link":"https:\/\/atmokpo.com\/w\/category\/django%ec%84%9c%eb%b2%84%ea%b0%9c%eb%b0%9c\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":38634,"url":"https:\/\/atmokpo.com\/w\/38634\/","url_meta":{"origin":38664,"position":2},"title":"DJango \uc11c\ubc84\uac1c\ubc1c, Django\uc758 \ub85c\uae45 \uc2dc\uc2a4\ud15c \uc774\ud574\ud558\uae30","author":"root","date":"2024\ub144 11\uc6d4 01\uc77c","format":false,"excerpt":"\uc791\uc131\uc77c: 2023\ub144 10\uc6d4 1\uc77c \uc791\uc131\uc790: \uc870\uad11\ud615 \ubaa9\ucc28 1. Django \ub85c\uae45 \uc2dc\uc2a4\ud15c \uac1c\uc694 2. \ub85c\uae45\uc758 \uc911\uc694\uc131 3. Django \ub85c\uae45 \uc124\uc815\ud558\uae30 4. \ub85c\uae45 \uba54\uc2dc\uc9c0 \ub808\ubca8 \uc774\ud574\ud558\uae30 5. \ub2e4\uc591\ud55c \ub85c\uae45 \ud578\ub4e4\ub7ec 6. \ucee4\uc2a4\ud140 \ub85c\uac70 \ub9cc\ub4e4\uae30 7. \ub85c\uae45 \uc5d0\ub7ec \ucc98\ub9ac\ud558\uae30 8. \uc2e4\uc6a9\uc801\uc778 \uc608\uc81c 9. Django \ub85c\uae45 \uc2dc\uc2a4\ud15c \ucd5c\uc801\ud654\ud558\uae30 10. \uacb0\ub860 1. Django \ub85c\uae45 \uc2dc\uc2a4\ud15c\u2026","rel":"","context":"&quot;DJango\uc11c\ubc84\uac1c\ubc1c&quot;\uc5d0\uc11c","block_context":{"text":"DJango\uc11c\ubc84\uac1c\ubc1c","link":"https:\/\/atmokpo.com\/w\/category\/django%ec%84%9c%eb%b2%84%ea%b0%9c%eb%b0%9c\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":24143,"url":"https:\/\/atmokpo.com\/w\/24143\/","url_meta":{"origin":38664,"position":3},"title":"01-4 \ud30c\uc774\uc36c \uc124\uce58\ud558\uae30","author":"root","date":"2024\ub144 10\uc6d4 25\uc77c","format":false,"excerpt":"01-4 \ud30c\uc774\uc36c \uc124\uce58\ud558\uae30 \uc774 \uac15\uc88c\uc5d0\uc11c\ub294 Windows, macOS, \uadf8\ub9ac\uace0 Linux \uc6b4\uc601 \uccb4\uc81c\uc5d0 \ud30c\uc774\uc36c\uc744 \uc124\uce58\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc790\uc138\ud788 \uc124\uba85\ud558\uaca0\uc2b5\ub2c8\ub2e4. \ud30c\uc774\uc36c\uc774\ub780? \ud30c\uc774\uc36c\uc740 Guido van Rossum\uc5d0 \uc758\ud574 \ub9cc\ub4e4\uc5b4\uc9c4 \uace0\uae09 \ud504\ub85c\uadf8\ub798\ubc0d \uc5b8\uc5b4\ub85c, \ub2e4\uc591\ud55c \ud504\ub85c\uadf8\ub798\ubc0d \uc2a4\ud0c0\uc77c\uacfc \ucca0\ud559\uc744 \uc9c0\uc6d0\ud558\uba70, \uba85\ud655\ud558\uace0 \uac04\uacb0\ud55c \ubb38\ubc95\uc744 \uac00\uc9c0\uace0 \uc788\uc5b4 \ucd08\ubcf4\uc790\ub4e4\uc5d0\uac8c\ub3c4 \uc801\ud569\ud569\ub2c8\ub2e4. \ud30c\uc774\uc36c \uc124\uce58 \uc900\ube44 \ud30c\uc774\uc36c\uc744 \uc124\uce58\ud558\uae30 \uc804\uc5d0 Python \uc18c\ud504\ud2b8\uc6e8\uc5b4\uc758 \ucd5c\uc2e0 \ubc84\uc804\uc744 \ub2e4\uc6b4\ub85c\ub4dc\ud560\u2026","rel":"","context":"&quot;\ud30c\uc774\uc36c\uacf5\ubd80&quot;\uc5d0\uc11c","block_context":{"text":"\ud30c\uc774\uc36c\uacf5\ubd80","link":"https:\/\/atmokpo.com\/w\/category\/%ed%8c%8c%ec%9d%b4%ec%8d%ac%ea%b3%b5%eb%b6%80\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":30064,"url":"https:\/\/atmokpo.com\/w\/30064\/","url_meta":{"origin":38664,"position":4},"title":"\ub525\ub7ec\ub2dd \ud30c\uc774\ud1a0\uce58 \uac15\uc88c, \uc2e4\uc2b5 \ud658\uacbd \uc124\uc815","author":"root","date":"2024\ub144 10\uc6d4 28\uc77c","format":false,"excerpt":"\ub525\ub7ec\ub2dd\uc740 \ud604\ub300 \uc778\uacf5\uc9c0\ub2a5(AI) \uae30\uc220\uc758 \ud575\uc2ec\uc73c\ub85c \uc790\ub9ac \uc7a1\uc558\uc73c\uba70, \uadf8\uc5d0 \ub530\ub77c \ub2e4\uc591\ud55c \ud504\ub808\uc784\uc6cc\ud06c\uac00 \ub4f1\uc7a5\ud588\uc2b5\ub2c8\ub2e4. \uadf8\uc911\uc5d0\uc11c\ub3c4 \ud30c\uc774\ud1a0\uce58(PyTorch)\ub294 \ub3d9\uc801 \uc5f0\uc0b0 \ubc29\uc2dd\uacfc \uc9c1\uad00\uc801\uc778 API \ub355\ubd84\uc5d0 \ub9ce\uc740 \uc5f0\uad6c\uc790\uc640 \uac1c\ubc1c\uc790\ub4e4\uc758 \uc0ac\ub791\uc744 \ubc1b\uace0 \uc788\uc2b5\ub2c8\ub2e4. \uc774\ubc88 \uac15\uc88c\uc5d0\uc11c\ub294 \ud30c\uc774\ud1a0\uce58\ub97c \uc774\uc6a9\ud55c \ub525\ub7ec\ub2dd \uc2e4\uc2b5\uc744 \uc704\ud55c \ud658\uacbd \uc124\uc815 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc790\uc138\ud788 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. 1. \ud30c\uc774\ud1a0\uce58 \uc18c\uac1c \ud30c\uc774\ud1a0\uce58\ub294 Facebook AI Research Group\uc5d0 \uc758\ud574 \uac1c\ubc1c\ub41c \uc624\ud508\u2026","rel":"","context":"&quot;\ud30c\uc774\ud1a0\uce58 \uac15\uc88c&quot;\uc5d0\uc11c","block_context":{"text":"\ud30c\uc774\ud1a0\uce58 \uac15\uc88c","link":"https:\/\/atmokpo.com\/w\/category\/%ed%8c%8c%ec%9d%b4%ed%86%a0%ec%b9%98-%ea%b0%95%ec%a2%8c\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":38578,"url":"https:\/\/atmokpo.com\/w\/38578\/","url_meta":{"origin":38664,"position":5},"title":"FastAPI \uc11c\ubc84\uac1c\ubc1c, \ucee8\ud14c\uc774\ub108 \uc2e4\ud589  App Runner \uc124\uc815 \ubc0f \uc2e4\ud589","author":"root","date":"2024\ub144 11\uc6d4 01\uc77c","format":false,"excerpt":"FastAPI\ub294 \ud604\ub300\uc758 API \uc11c\ubc84 \uac1c\ubc1c\uc5d0 \ucd5c\uc801\ud654\ub41c \uc6f9 \ud504\ub808\uc784\uc6cc\ud06c\ub85c, \ube44\ub3d9\uae30 \ud504\ub85c\uadf8\ub798\ubc0d\uc744 \uc9c0\uc6d0\ud558\uba70 \uc790\ub3d9 \ubb38\uc11c\ud654 \uae30\ub2a5\uc774 \ub6f0\uc5b4\ub098\uae30 \ub54c\ubb38\uc5d0 \ub9ce\uc740 \uac1c\ubc1c\uc790\uc640 \uae30\uc5c5\ub4e4\uc774 \uc120\ud0dd\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4. \ubcf8 \uac15\uc88c\uc5d0\uc11c\ub294 FastAPI\ub85c \uac04\ub2e8\ud55c \uc11c\ubc84\ub97c \uad6c\ud604\ud558\uace0, \uc774\ub97c \ucee8\ud14c\uc774\ub108\ud654\ud558\uc5ec AWS App Runner\uc5d0 \ubc30\ud3ec\ud558\ub294 \uacfc\uc815\uc744 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. 1. FastAPI \uc18c\uac1c FastAPI\ub294 Python\uc73c\ub85c \uc791\uc131\ub41c \ube44\ub3d9\uae30 RESTful API \uc6f9 \ud504\ub808\uc784\uc6cc\ud06c\uc785\ub2c8\ub2e4. \ub2e4\uc74c\uacfc \uac19\uc740 \uc8fc\uc694 \uae30\ub2a5\uc744\u2026","rel":"","context":"&quot;FastAPI\uc11c\ubc84\uac1c\ubc1c&quot;\uc5d0\uc11c","block_context":{"text":"FastAPI\uc11c\ubc84\uac1c\ubc1c","link":"https:\/\/atmokpo.com\/w\/category\/fastapi%ec%84%9c%eb%b2%84%ea%b0%9c%eb%b0%9c\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"_links":{"self":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/38664","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/comments?post=38664"}],"version-history":[{"count":1,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/38664\/revisions"}],"predecessor-version":[{"id":38665,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/38664\/revisions\/38665"}],"wp:attachment":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/media?parent=38664"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/categories?post=38664"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/tags?post=38664"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}