{"id":38630,"date":"2024-11-01T19:08:23","date_gmt":"2024-11-01T19:08:23","guid":{"rendered":"http:\/\/atmokpo.com\/w\/?p=38630"},"modified":"2024-11-26T06:43:46","modified_gmt":"2024-11-26T06:43:46","slug":"django-%ec%84%9c%eb%b2%84%ea%b0%9c%eb%b0%9c-%eb%8b%a8%ec%9c%84-%ed%85%8c%ec%8a%a4%ed%8a%b8-%eb%b0%8f-%ed%86%b5%ed%95%a9-%ed%85%8c%ec%8a%a4%ed%8a%b8-%ec%9e%91%ec%84%b1%ed%95%98%ea%b8%b0","status":"publish","type":"post","link":"https:\/\/atmokpo.com\/w\/38630\/","title":{"rendered":"DJango \uc11c\ubc84\uac1c\ubc1c, \ub2e8\uc704 \ud14c\uc2a4\ud2b8 \ubc0f \ud1b5\ud569 \ud14c\uc2a4\ud2b8 \uc791\uc131\ud558\uae30"},"content":{"rendered":"<p><body><\/p>\n<p>Django\ub294 \ud30c\uc774\uc36c\uc73c\ub85c \uc791\uc131\ub41c \uc6f9 \ud504\ub808\uc784\uc6cc\ud06c\ub85c, \uac1c\ubc1c\uc790\ub4e4\uc774 \uc27d\uace0 \ube60\ub974\uac8c \uc6f9 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \uad6c\ucd95\ud560 \uc218 \uc788\ub3c4\ub85d \ub3d5\uc2b5\ub2c8\ub2e4. \uc774 \ubb38\uc11c\uc5d0\uc11c\ub294 Django\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc11c\ubc84\ub97c \uac1c\ubc1c\ud558\uace0, \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc758 \ub2e4\uc591\ud55c \uae30\ub2a5\uc744 \uac80\uc99d\ud558\uae30 \uc704\ud55c \ub2e8\uc704 \ud14c\uc2a4\ud2b8 \ubc0f \ud1b5\ud569 \ud14c\uc2a4\ud2b8\ub97c \uc791\uc131\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc124\uba85\ud558\uaca0\uc2b5\ub2c8\ub2e4.<\/p>\n<h2>1. Django \ud504\ub85c\uc81d\ud2b8 \uc124\uc815<\/h2>\n<p>\uba3c\uc800 Django \ud504\ub85c\uc81d\ud2b8\ub97c \uc2dc\uc791\ud558\uae30 \uc704\ud574, Django\ub97c \uc124\uce58\ud558\uace0 \uc0c8\ub85c\uc6b4 \ud504\ub85c\uc81d\ud2b8\ub97c \uc0dd\uc131\ud569\ub2c8\ub2e4. \uc544\ub798\uc758 \uba85\ub839\uc5b4\ub97c \uc0ac\uc6a9\ud558\uc5ec Django\ub97c \uc124\uce58\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<pre><code>pip install Django<\/code><\/pre>\n<p>\uc124\uce58\uac00 \uc644\ub8cc\ub418\uba74, \uc544\ub798\uc758 \uba85\ub839\uc5b4\ub85c \uc0c8\ub85c\uc6b4 Django \ud504\ub85c\uc81d\ud2b8\ub97c \uc0dd\uc131\ud569\ub2c8\ub2e4.<\/p>\n<pre><code>django-admin startproject myproject<\/code><\/pre>\n<p>\uc774\uc81c \ud504\ub85c\uc81d\ud2b8 \ub514\ub809\ud1a0\ub9ac\ub85c \uc774\ub3d9\ud574 \uc11c\ubc84\ub97c \uc2e4\ud589\ud574 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4.<\/p>\n<pre><code>cd myproject\npython manage.py runserver<\/code><\/pre>\n<p>\ube0c\ub77c\uc6b0\uc800\uc5d0\uc11c <code>http:\/\/127.0.0.1:8000\/<\/code>\ub97c \uc785\ub825\ud558\uba74 Django\uc758 \uae30\ubcf8 \ud658\uc601 \ud398\uc774\uc9c0\ub97c \ubcfc \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<h2>2. Django \ubaa8\ub378 \uc0dd\uc131<\/h2>\n<p>\ub2e8\uc704 \ud14c\uc2a4\ud2b8\uc640 \ud1b5\ud569 \ud14c\uc2a4\ud2b8\ub97c \uc791\uc131\ud558\uae30 \uc704\ud574, \uac04\ub2e8\ud55c \ubaa8\ub378\uc744 \uc0dd\uc131\ud574\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. <code>myapp<\/code>\ub77c\ub294 \uc0c8\ub85c\uc6b4 \uc571\uc744 \uc0dd\uc131\ud55c \ud6c4, \uac04\ub2e8\ud55c \uac8c\uc2dc\uae00 \ubaa8\ub378\uc744 \ucd94\uac00\ud558\uaca0\uc2b5\ub2c8\ub2e4.<\/p>\n<pre><code>python manage.py startapp myapp<\/code><\/pre>\n<p>\uc0dd\uc131\ub41c <code>myapp\/models.py<\/code> \ud30c\uc77c\uc744 \uc5f4\uc5b4 \ubaa8\ub378\uc744 \ucd94\uac00\ud569\ub2c8\ub2e4.<\/p>\n<pre><code># myapp\/models.py\n\nfrom django.db import models\n\nclass Post(models.Model):\n    title = models.CharField(max_length=100)\n    content = models.TextField()\n    created_at = models.DateTimeField(auto_now_add=True)\n\n    def __str__(self):\n        return self.title<\/code><\/pre>\n<p>\ubaa8\ub378\uc744 \uc0dd\uc131\ud55c \ud6c4, \ub370\uc774\ud130\ubca0\uc774\uc2a4\uc5d0 \uc801\uc6a9\ud558\uae30 \uc704\ud574 \ub9c8\uc774\uadf8\ub808\uc774\uc158\uc744 \uc218\ud589\ud569\ub2c8\ub2e4.<\/p>\n<pre><code>python manage.py makemigrations myapp\npython manage.py migrate<\/code><\/pre>\n<h2>3. \ub2e8\uc704 \ud14c\uc2a4\ud2b8 \uc791\uc131\ud558\uae30<\/h2>\n<p>\uc774\uc81c \ubaa8\ub378\uc758 \ub2e8\uc704 \ud14c\uc2a4\ud2b8\ub97c \uc791\uc131\ud574 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4. <code>tests.py<\/code> \ud30c\uc77c\uc744 \uc5f4\uc5b4 \uc544\ub798\uc758 \ucf54\ub4dc\ub97c \ucd94\uac00\ud569\ub2c8\ub2e4.<\/p>\n<pre><code># myapp\/tests.py\n\nfrom django.test import TestCase\nfrom .models import Post\n\nclass PostModelTest(TestCase):\n\n    def setUp(self):\n        Post.objects.create(title=\"\uccab \ubc88\uc9f8 \uac8c\uc2dc\uae00\", content=\"\uac8c\uc2dc\uae00 \ub0b4\uc6a9\uc785\ub2c8\ub2e4.\")\n\n    def test_post_content(self):\n        post = Post.objects.get(id=1)\n        expected_object_name = f'{post.title}'\n        self.assertEqual(expected_object_name, \"\uccab \ubc88\uc9f8 \uac8c\uc2dc\uae00\")\n\n    def test_post_content_length(self):\n        post = Post.objects.get(id=1)\n        self.assertTrue(len(post.content) &gt; 0)<\/code><\/pre>\n<p>\ud14c\uc2a4\ud2b8\ub97c \uc218\ud589\ud558\uae30 \uc704\ud574 \uc544\ub798 \uba85\ub839\uc5b4\ub97c \uc0ac\uc6a9\ud569\ub2c8\ub2e4.<\/p>\n<pre><code>python manage.py test myapp<\/code><\/pre>\n<p>\uc704\uc758 \uba85\ub839\uc5b4\ub97c \uc2e4\ud589\ud558\uba74, \uc791\uc131\ud55c \ud14c\uc2a4\ud2b8\uac00 \uc2e4\ud589\ub418\uace0 \uc131\uacf5 \uc5ec\ubd80\ub97c \ud655\uc778\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<h2>4. \ud1b5\ud569 \ud14c\uc2a4\ud2b8 \uc791\uc131\ud558\uae30<\/h2>\n<p>\ud1b5\ud569 \ud14c\uc2a4\ud2b8\ub294 \uc5ec\ub7ec \ucef4\ud3ec\ub10c\ud2b8\uac00 \ud568\uaed8 \uc791\ub3d9\ud558\ub294\uc9c0\ub97c \uac80\uc99d\ud569\ub2c8\ub2e4. \uc608\ub97c \ub4e4\uc5b4, \uac8c\uc2dc\uae00\uc744 \uc0dd\uc131\ud558\uace0, \ud574\ub2f9 \uac8c\uc2dc\uae00\uc774 \uc2e4\uc81c\ub85c \ub370\uc774\ud130\ubca0\uc774\uc2a4\uc5d0 \uc800\uc7a5\ub418\uc5c8\ub294\uc9c0\ub97c \ud655\uc778\ud558\ub294 \ud14c\uc2a4\ud2b8\ub97c \uc791\uc131\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<pre><code># myapp\/tests.py (\uc218\uc815)\n\nfrom django.urls import reverse\n\nclass PostViewTest(TestCase):\n\n    def setUp(self):\n        Post.objects.create(title=\"\uccab \ubc88\uc9f8 \uac8c\uc2dc\uae00\", content=\"\uac8c\uc2dc\uae00 \ub0b4\uc6a9\uc785\ub2c8\ub2e4.\")\n\n    def test_post_list_view(self):\n        response = self.client.get(reverse('post_list'))\n        self.assertEqual(response.status_code, 200)\n        self.assertContains(response, \"\uccab \ubc88\uc9f8 \uac8c\uc2dc\uae00\")\n        self.assertTemplateUsed(response, 'myapp\/post_list.html')<\/code><\/pre>\n<p>\uc704 \ud14c\uc2a4\ud2b8\ub294 \uac8c\uc2dc\uae00 \ub9ac\uc2a4\ud2b8 \ubdf0\uc5d0 \ub300\ud55c \ud14c\uc2a4\ud2b8\uc785\ub2c8\ub2e4. \uc2e4\uc81c \ud398\uc774\uc9c0\uc5d0 \uc811\uc18d\ud558\uc5ec \uc62c\ubc14\ub978 HTTP \uc0c1\ud0dc \ucf54\ub4dc\uac00 \uc751\ub2f5\ub418\uace0, \uc62c\ubc14\ub978 \ud15c\ud50c\ub9bf\uc774 \uc0ac\uc6a9\ub418\uc5c8\ub294\uc9c0\ub97c \uac80\uc99d\ud569\ub2c8\ub2e4.<\/p>\n<h2>5. \ud14c\uc2a4\ud2b8 \uc2e4\ud589 \ubc0f \uacb0\uacfc \ud655\uc778<\/h2>\n<p>\ud14c\uc2a4\ud2b8\ub97c \ud1b5\ud569\ud558\uc5ec \uc2e4\ud589\ud558\ub824\uba74 \uc544\ub798 \uba85\ub839\uc5b4\ub97c \uc0ac\uc6a9\ud569\ub2c8\ub2e4.<\/p>\n<pre><code>python manage.py test<\/code><\/pre>\n<p>\uc774 \uba85\ub839\uc5b4\ub97c \ud1b5\ud574 \ubaa8\ub4e0 \uc571\uc758 \ud14c\uc2a4\ud2b8\uac00 \uc2e4\ud589\ub418\uba70, \uc131\uacf5 \ub610\ub294 \uc2e4\ud328\uc5d0 \ub300\ud55c \uacb0\uacfc\uac00 \ucd9c\ub825\ub429\ub2c8\ub2e4. \uac01 \ud14c\uc2a4\ud2b8 \ucf00\uc774\uc2a4\uac00 \ud1b5\uacfc\ud558\uc9c0 \ubabb\ud560 \uacbd\uc6b0, \uc5d0\ub7ec \uba54\uc2dc\uc9c0\ub3c4 \ud568\uaed8 \uc81c\uacf5\ub418\uc5b4 \uc5b4\ub514\uc11c \ubb38\uc81c\uac00 \ubc1c\uc0dd\ud588\ub294\uc9c0 \uc27d\uac8c \ud655\uc778\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<h2>6. Django REST Framework\uc640 \ud1b5\ud569\ud14c\uc2a4\ud2b8<\/h2>\n<p>Django REST Framework\ub97c \uc0ac\uc6a9\ud558\uc5ec API\ub97c \uad6c\ucd95\ud558\uace0, API\uc5d0 \ub300\ud55c \ud14c\uc2a4\ud2b8\ub97c \uc791\uc131\ud560 \uc218\ub3c4 \uc788\uc2b5\ub2c8\ub2e4. \uc544\ub798\ub294 \uac04\ub2e8\ud55c API\ub97c \uc704\ud55c \ubdf0\uc640 \uadf8\uc5d0 \ub300\ud55c \ud14c\uc2a4\ud2b8 \uc608\uc81c\uc785\ub2c8\ub2e4.<\/p>\n<pre><code># myapp\/views.py\n\nfrom rest_framework import generics\nfrom .models import Post\nfrom .serializers import PostSerializer\n\nclass PostListCreate(generics.ListCreateAPIView):\n    queryset = Post.objects.all()\n    serializer_class = PostSerializer\n\n# myapp\/serializers.py\n\nfrom rest_framework import serializers\n\nclass PostSerializer(serializers.ModelSerializer):\n    class Meta:\n        model = Post\n        fields = ['id', 'title', 'content', 'created_at']<\/code><\/pre>\n<p>API\uac00 \uc81c\ub300\ub85c \uc791\ub3d9\ud558\ub294\uc9c0 \ud14c\uc2a4\ud2b8\ud558\uae30 \uc704\ud574 \uc544\ub798\uc640 \uac19\uc740 \ud1b5\ud569 \ud14c\uc2a4\ud2b8\ub97c \uc791\uc131\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<pre><code># myapp\/tests.py (\uc218\uc815)\n\nfrom rest_framework import status\nfrom rest_framework.test import APITestCase\n\nclass PostAPITest(APITestCase):\n\n    def test_create_post(self):\n        url = reverse('post-list-create')\n        data = {'title': '\ud14c\uc2a4\ud2b8 \uac8c\uc2dc\uae00', 'content': '\ud14c\uc2a4\ud2b8 \ub0b4\uc6a9\uc785\ub2c8\ub2e4.'}\n        response = self.client.post(url, data, format='json')\n        self.assertEqual(response.status_code, status.HTTP_201_CREATED)\n        self.assertEqual(Post.objects.count(), 1)\n        self.assertEqual(Post.objects.get().title, '\ud14c\uc2a4\ud2b8 \uac8c\uc2dc\uae00')<\/code><\/pre>\n<h2>7. \uacb0\ub860<\/h2>\n<p>Django\uc5d0\uc11c \ub2e8\uc704 \ud14c\uc2a4\ud2b8\uc640 \ud1b5\ud569 \ud14c\uc2a4\ud2b8\ub294 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc758 \ud488\uc9c8\uc744 \ubcf4\uc7a5\ud558\ub294 \ub370 \ub9e4\uc6b0 \uc911\uc694\ud55c \uc5ed\ud560\uc744 \ud569\ub2c8\ub2e4. \ubcf8 \ubb38\uc11c\uc5d0\uc11c\ub294 \uae30\ubcf8\uc801\uc778 Django \uc11c\ubc84 \uac1c\ubc1c\uacfc \ud14c\uc2a4\ud2b8 \uc791\uc131 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc54c\uc544\ubcf4\uc558\uc2b5\ub2c8\ub2e4. \uc2e4\uc81c \uc560\ud50c\ub9ac\ucf00\uc774\uc158 \uac1c\ubc1c \uc2dc, \uc774\ub7ec\ud55c \ud14c\uc2a4\ud2b8\ub97c \ud1b5\ud574 \ucf54\ub4dc\uc758 \ubcc0\uacbd\uc774\ub098 \uae30\ub2a5 \ucd94\uac00\ub85c \uc778\ud55c \uc624\ub958\ub97c \uc0ac\uc804\uc5d0 \ubc29\uc9c0\ud560 \uc218 \uc788\uc73c\uba70, \ub354 \ub098\uc740 \uc0ac\uc6a9\uc790 \uacbd\ud5d8\uc744 \uc81c\uacf5\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<p>\uc774\uc81c \uc5ec\ub7ec\ubd84\uc774 Django\uc758 \ub2e8\uc704 \ud14c\uc2a4\ud2b8\uc640 \ud1b5\ud569 \ud14c\uc2a4\ud2b8\ub97c \uc791\uc131\ud558\uc5ec \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \ub354\uc6b1 \uacac\uace0\ud558\uac8c \ub9cc\ub4e4 \uc218 \uc788\uae30\ub97c \ubc14\ub78d\ub2c8\ub2e4.<\/p>\n<p><\/body><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Django\ub294 \ud30c\uc774\uc36c\uc73c\ub85c \uc791\uc131\ub41c \uc6f9 \ud504\ub808\uc784\uc6cc\ud06c\ub85c, \uac1c\ubc1c\uc790\ub4e4\uc774 \uc27d\uace0 \ube60\ub974\uac8c \uc6f9 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \uad6c\ucd95\ud560 \uc218 \uc788\ub3c4\ub85d \ub3d5\uc2b5\ub2c8\ub2e4. \uc774 \ubb38\uc11c\uc5d0\uc11c\ub294 Django\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc11c\ubc84\ub97c \uac1c\ubc1c\ud558\uace0, \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc758 \ub2e4\uc591\ud55c \uae30\ub2a5\uc744 \uac80\uc99d\ud558\uae30 \uc704\ud55c \ub2e8\uc704 \ud14c\uc2a4\ud2b8 \ubc0f \ud1b5\ud569 \ud14c\uc2a4\ud2b8\ub97c \uc791\uc131\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc124\uba85\ud558\uaca0\uc2b5\ub2c8\ub2e4. 1. Django \ud504\ub85c\uc81d\ud2b8 \uc124\uc815 \uba3c\uc800 Django \ud504\ub85c\uc81d\ud2b8\ub97c \uc2dc\uc791\ud558\uae30 \uc704\ud574, Django\ub97c \uc124\uce58\ud558\uace0 \uc0c8\ub85c\uc6b4 \ud504\ub85c\uc81d\ud2b8\ub97c \uc0dd\uc131\ud569\ub2c8\ub2e4. \uc544\ub798\uc758 \uba85\ub839\uc5b4\ub97c \uc0ac\uc6a9\ud558\uc5ec Django\ub97c \uc124\uce58\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. &hellip; <a href=\"https:\/\/atmokpo.com\/w\/38630\/\" class=\"more-link\">\ub354 \ubcf4\uae30<span class=\"screen-reader-text\"> &#8220;DJango \uc11c\ubc84\uac1c\ubc1c, \ub2e8\uc704 \ud14c\uc2a4\ud2b8 \ubc0f \ud1b5\ud569 \ud14c\uc2a4\ud2b8 \uc791\uc131\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-38630","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, \ub2e8\uc704 \ud14c\uc2a4\ud2b8 \ubc0f \ud1b5\ud569 \ud14c\uc2a4\ud2b8 \uc791\uc131\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\/38630\/\" \/>\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, \ub2e8\uc704 \ud14c\uc2a4\ud2b8 \ubc0f \ud1b5\ud569 \ud14c\uc2a4\ud2b8 \uc791\uc131\ud558\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"og:description\" content=\"Django\ub294 \ud30c\uc774\uc36c\uc73c\ub85c \uc791\uc131\ub41c \uc6f9 \ud504\ub808\uc784\uc6cc\ud06c\ub85c, \uac1c\ubc1c\uc790\ub4e4\uc774 \uc27d\uace0 \ube60\ub974\uac8c \uc6f9 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \uad6c\ucd95\ud560 \uc218 \uc788\ub3c4\ub85d \ub3d5\uc2b5\ub2c8\ub2e4. \uc774 \ubb38\uc11c\uc5d0\uc11c\ub294 Django\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc11c\ubc84\ub97c \uac1c\ubc1c\ud558\uace0, \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc758 \ub2e4\uc591\ud55c \uae30\ub2a5\uc744 \uac80\uc99d\ud558\uae30 \uc704\ud55c \ub2e8\uc704 \ud14c\uc2a4\ud2b8 \ubc0f \ud1b5\ud569 \ud14c\uc2a4\ud2b8\ub97c \uc791\uc131\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc124\uba85\ud558\uaca0\uc2b5\ub2c8\ub2e4. 1. Django \ud504\ub85c\uc81d\ud2b8 \uc124\uc815 \uba3c\uc800 Django \ud504\ub85c\uc81d\ud2b8\ub97c \uc2dc\uc791\ud558\uae30 \uc704\ud574, Django\ub97c \uc124\uce58\ud558\uace0 \uc0c8\ub85c\uc6b4 \ud504\ub85c\uc81d\ud2b8\ub97c \uc0dd\uc131\ud569\ub2c8\ub2e4. \uc544\ub798\uc758 \uba85\ub839\uc5b4\ub97c \uc0ac\uc6a9\ud558\uc5ec Django\ub97c \uc124\uce58\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. &hellip; \ub354 \ubcf4\uae30 &quot;DJango \uc11c\ubc84\uac1c\ubc1c, \ub2e8\uc704 \ud14c\uc2a4\ud2b8 \ubc0f \ud1b5\ud569 \ud14c\uc2a4\ud2b8 \uc791\uc131\ud558\uae30&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/atmokpo.com\/w\/38630\/\" \/>\n<meta property=\"og:site_name\" content=\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"article:published_time\" content=\"2024-11-01T19:08:23+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-26T06:43:46+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=\"2\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/atmokpo.com\/w\/38630\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/38630\/\"},\"author\":{\"name\":\"root\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\"},\"headline\":\"DJango \uc11c\ubc84\uac1c\ubc1c, \ub2e8\uc704 \ud14c\uc2a4\ud2b8 \ubc0f \ud1b5\ud569 \ud14c\uc2a4\ud2b8 \uc791\uc131\ud558\uae30\",\"datePublished\":\"2024-11-01T19:08:23+00:00\",\"dateModified\":\"2024-11-26T06:43:46+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/atmokpo.com\/w\/38630\/\"},\"wordCount\":24,\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"articleSection\":[\"DJango\uc11c\ubc84\uac1c\ubc1c\"],\"inLanguage\":\"ko-KR\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/atmokpo.com\/w\/38630\/\",\"url\":\"https:\/\/atmokpo.com\/w\/38630\/\",\"name\":\"DJango \uc11c\ubc84\uac1c\ubc1c, \ub2e8\uc704 \ud14c\uc2a4\ud2b8 \ubc0f \ud1b5\ud569 \ud14c\uc2a4\ud2b8 \uc791\uc131\ud558\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#website\"},\"datePublished\":\"2024-11-01T19:08:23+00:00\",\"dateModified\":\"2024-11-26T06:43:46+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/atmokpo.com\/w\/38630\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/atmokpo.com\/w\/38630\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/atmokpo.com\/w\/38630\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\/\/atmokpo.com\/w\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"DJango \uc11c\ubc84\uac1c\ubc1c, \ub2e8\uc704 \ud14c\uc2a4\ud2b8 \ubc0f \ud1b5\ud569 \ud14c\uc2a4\ud2b8 \uc791\uc131\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, \ub2e8\uc704 \ud14c\uc2a4\ud2b8 \ubc0f \ud1b5\ud569 \ud14c\uc2a4\ud2b8 \uc791\uc131\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\/38630\/","og_locale":"ko_KR","og_type":"article","og_title":"DJango \uc11c\ubc84\uac1c\ubc1c, \ub2e8\uc704 \ud14c\uc2a4\ud2b8 \ubc0f \ud1b5\ud569 \ud14c\uc2a4\ud2b8 \uc791\uc131\ud558\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","og_description":"Django\ub294 \ud30c\uc774\uc36c\uc73c\ub85c \uc791\uc131\ub41c \uc6f9 \ud504\ub808\uc784\uc6cc\ud06c\ub85c, \uac1c\ubc1c\uc790\ub4e4\uc774 \uc27d\uace0 \ube60\ub974\uac8c \uc6f9 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \uad6c\ucd95\ud560 \uc218 \uc788\ub3c4\ub85d \ub3d5\uc2b5\ub2c8\ub2e4. \uc774 \ubb38\uc11c\uc5d0\uc11c\ub294 Django\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc11c\ubc84\ub97c \uac1c\ubc1c\ud558\uace0, \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc758 \ub2e4\uc591\ud55c \uae30\ub2a5\uc744 \uac80\uc99d\ud558\uae30 \uc704\ud55c \ub2e8\uc704 \ud14c\uc2a4\ud2b8 \ubc0f \ud1b5\ud569 \ud14c\uc2a4\ud2b8\ub97c \uc791\uc131\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc124\uba85\ud558\uaca0\uc2b5\ub2c8\ub2e4. 1. Django \ud504\ub85c\uc81d\ud2b8 \uc124\uc815 \uba3c\uc800 Django \ud504\ub85c\uc81d\ud2b8\ub97c \uc2dc\uc791\ud558\uae30 \uc704\ud574, Django\ub97c \uc124\uce58\ud558\uace0 \uc0c8\ub85c\uc6b4 \ud504\ub85c\uc81d\ud2b8\ub97c \uc0dd\uc131\ud569\ub2c8\ub2e4. \uc544\ub798\uc758 \uba85\ub839\uc5b4\ub97c \uc0ac\uc6a9\ud558\uc5ec Django\ub97c \uc124\uce58\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. &hellip; \ub354 \ubcf4\uae30 \"DJango \uc11c\ubc84\uac1c\ubc1c, \ub2e8\uc704 \ud14c\uc2a4\ud2b8 \ubc0f \ud1b5\ud569 \ud14c\uc2a4\ud2b8 \uc791\uc131\ud558\uae30\"","og_url":"https:\/\/atmokpo.com\/w\/38630\/","og_site_name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","article_published_time":"2024-11-01T19:08:23+00:00","article_modified_time":"2024-11-26T06:43:46+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":"2\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/atmokpo.com\/w\/38630\/#article","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/38630\/"},"author":{"name":"root","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7"},"headline":"DJango \uc11c\ubc84\uac1c\ubc1c, \ub2e8\uc704 \ud14c\uc2a4\ud2b8 \ubc0f \ud1b5\ud569 \ud14c\uc2a4\ud2b8 \uc791\uc131\ud558\uae30","datePublished":"2024-11-01T19:08:23+00:00","dateModified":"2024-11-26T06:43:46+00:00","mainEntityOfPage":{"@id":"https:\/\/atmokpo.com\/w\/38630\/"},"wordCount":24,"publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"articleSection":["DJango\uc11c\ubc84\uac1c\ubc1c"],"inLanguage":"ko-KR"},{"@type":"WebPage","@id":"https:\/\/atmokpo.com\/w\/38630\/","url":"https:\/\/atmokpo.com\/w\/38630\/","name":"DJango \uc11c\ubc84\uac1c\ubc1c, \ub2e8\uc704 \ud14c\uc2a4\ud2b8 \ubc0f \ud1b5\ud569 \ud14c\uc2a4\ud2b8 \uc791\uc131\ud558\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/#website"},"datePublished":"2024-11-01T19:08:23+00:00","dateModified":"2024-11-26T06:43:46+00:00","breadcrumb":{"@id":"https:\/\/atmokpo.com\/w\/38630\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/atmokpo.com\/w\/38630\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/atmokpo.com\/w\/38630\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/atmokpo.com\/w\/en\/"},{"@type":"ListItem","position":2,"name":"DJango \uc11c\ubc84\uac1c\ubc1c, \ub2e8\uc704 \ud14c\uc2a4\ud2b8 \ubc0f \ud1b5\ud569 \ud14c\uc2a4\ud2b8 \uc791\uc131\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":[],"_links":{"self":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/38630","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=38630"}],"version-history":[{"count":1,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/38630\/revisions"}],"predecessor-version":[{"id":38631,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/38630\/revisions\/38631"}],"wp:attachment":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/media?parent=38630"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/categories?post=38630"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/tags?post=38630"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}