{"title":"Django 배포하기","version":"2.2","locale":"ko","docname":"howto/deployment/index","url":"/ko/2.2/howto/deployment/","canonical":"https://djangodocs.dev/ko/2.2/howto/deployment/","summary":"Django’s chock-full of shortcuts to make Web developer’s lives easier, but all those tools are of no use if you can’t easily deploy your sites. Since Django’s…","html":"<h1>Django 배포하기<a class=\"heading-anchor\" href=\"#deploying-django\"><span class=\"visually-hidden\">Link to this heading</span><span aria-hidden=\"true\">#</span></a></h1>\n<p>Django’s chock-full of shortcuts to make Web developer’s lives easier, but all\nthose tools are of no use if you can’t easily deploy your sites. Since Django’s\ninception, ease of deployment has been a major goal.</p>\n<div class=\"toctree-wrapper compound\">\n<ul>\n<li class=\"toctree-l1\"><a class=\"reference internal\" href=\"/ko/2.2/howto/deployment/wsgi/\">How to deploy with WSGI</a><ul>\n<li class=\"toctree-l2\"><a class=\"reference internal\" href=\"/ko/2.2/howto/deployment/wsgi/gunicorn/\">How to use Django with Gunicorn</a></li>\n<li class=\"toctree-l2\"><a class=\"reference internal\" href=\"/ko/2.2/howto/deployment/wsgi/uwsgi/\">How to use Django with uWSGI</a></li>\n<li class=\"toctree-l2\"><a class=\"reference internal\" href=\"/ko/2.2/howto/deployment/wsgi/modwsgi/\">How to use Django with Apache and <code class=\"docutils literal notranslate\"><span class=\"pre\">mod_wsgi</span></code></a></li>\n<li class=\"toctree-l2\"><a class=\"reference internal\" href=\"/ko/2.2/howto/deployment/wsgi/apache-auth/\">Authenticating against Django’s user database from Apache</a></li>\n<li class=\"toctree-l2\"><a class=\"reference internal\" href=\"/ko/2.2/howto/deployment/wsgi/#the-application-object\">The <code class=\"docutils literal notranslate\"><span class=\"pre\">application</span></code> object</a></li>\n<li class=\"toctree-l2\"><a class=\"reference internal\" href=\"/ko/2.2/howto/deployment/wsgi/#configuring-the-settings-module\">Configuring the settings module</a></li>\n<li class=\"toctree-l2\"><a class=\"reference internal\" href=\"/ko/2.2/howto/deployment/wsgi/#applying-wsgi-middleware\">Applying WSGI middleware</a></li>\n</ul>\n</li>\n<li class=\"toctree-l1\"><a class=\"reference internal\" href=\"/ko/2.2/howto/static-files/deployment/\">정적 파일 배포하기</a><ul>\n<li class=\"toctree-l2\"><a class=\"reference internal\" href=\"/ko/2.2/howto/static-files/deployment/#serving-static-files-in-production\">프로덕션에서 정적파일 제공하기</a></li>\n<li class=\"toctree-l2\"><a class=\"reference internal\" href=\"/ko/2.2/howto/static-files/deployment/#learn-more\">Learn more</a></li>\n</ul>\n</li>\n<li class=\"toctree-l1\"><a class=\"reference internal\" href=\"/ko/2.2/howto/error-reporting/\">Error reporting</a><ul>\n<li class=\"toctree-l2\"><a class=\"reference internal\" href=\"/ko/2.2/howto/error-reporting/#email-reports\">Email reports</a></li>\n<li class=\"toctree-l2\"><a class=\"reference internal\" href=\"/ko/2.2/howto/error-reporting/#filtering-error-reports\">Filtering error reports</a></li>\n</ul>\n</li>\n<li class=\"toctree-l1\"><a class=\"reference internal\" href=\"/ko/2.2/howto/deployment/checklist/\">배포 전 체크리스트</a><ul>\n<li class=\"toctree-l2\"><a class=\"reference internal\" href=\"/ko/2.2/howto/deployment/checklist/#run-manage-py-check-deploy\"><code class=\"docutils literal notranslate\"><span class=\"pre\">manage.py</span> <span class=\"pre\">check</span> <span class=\"pre\">--deploy</span></code> 명령 실행</a></li>\n<li class=\"toctree-l2\"><a class=\"reference internal\" href=\"/ko/2.2/howto/deployment/checklist/#critical-settings\">Critical settings</a></li>\n<li class=\"toctree-l2\"><a class=\"reference internal\" href=\"/ko/2.2/howto/deployment/checklist/#environment-specific-settings\">Environment-specific settings</a></li>\n<li class=\"toctree-l2\"><a class=\"reference internal\" href=\"/ko/2.2/howto/deployment/checklist/#https\">HTTPS</a></li>\n<li class=\"toctree-l2\"><a class=\"reference internal\" href=\"/ko/2.2/howto/deployment/checklist/#performance-optimizations\">Performance optimizations</a></li>\n<li class=\"toctree-l2\"><a class=\"reference internal\" href=\"/ko/2.2/howto/deployment/checklist/#error-reporting\">Error reporting</a></li>\n</ul>\n</li>\n</ul>\n</div>\n<p>If you’re new to deploying Django and/or Python, we’d recommend you try\n<a class=\"reference internal\" href=\"/ko/2.2/howto/deployment/wsgi/modwsgi/\"><span class=\"doc\">mod_wsgi</span></a> first. In most cases it’ll be\nthe easiest, fastest, and most stable deployment choice.</p>","rootId":"deploying-django","toc":[],"breadcrumbs":[{"docname":"howto/index","title":"“How-to” 가이드","url":"/ko/2.2/howto/"}],"prev":{"docname":"howto/custom-file-storage","title":"커스텀 저장 시스템 작성하기","url":"/ko/2.2/howto/custom-file-storage/"},"next":{"docname":"howto/deployment/wsgi/index","title":"How to deploy with WSGI","url":"/ko/2.2/howto/deployment/wsgi/"},"formats":{"html":"/ko/2.2/howto/deployment/","markdown":"/ko/2.2/howto/deployment.md","json":"/ko/2.2/howto/deployment.json"},"source":"https://github.com/django/django/blob/stable/2.2.x/docs/howto/deployment/index.txt","official":"https://docs.djangoproject.com/ko/2.2/howto/deployment/","inVersions":["6.1","6.0","5.2","5.1","5.0","4.2","4.1","4.0","3.2","3.1","3.0","2.2","2.1","2.0","1.11"],"inLocales":["en","zh-hans","fr","ja","id","pt-br","ko","es","el","pl"]}