# 2.5.8.     장고(Django)

\
Djano란 보안이 우수하고 유지보수가 편리한 웹사이트를 신속하게 개발하는 하도록 도움을 주는 파이썬 웹 프레임워크입니다. 장고 프레임워크는 웹 개발을 하는데 많은 도움을 주기 때문에 새롭게 웹 개발을 시작할 필요 없이 그저 프레임워크를 활용하여 앱 개발에만 집중할 수 있도록 해줍니다.

Django는 Python 기반 웹 프레임워크 중에 가장 널리 퍼져있습니다. 일반적으로 파이썬을 웹 서비스용으로 사용 한다고 하면 Django 또는 Flask를 쓴다고 생각하면 됩니다. 인스타그램이 장고로 만든 대표적인 웹싸이트입니다. 장고는 소스 자체가 간결하고 프레임워크의 흐름이 명료하여 효율적인 웹 개발을 할 수 있습니다.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://sdc-james.gitbook.io/onebook/2.-1/1.6./untitled-11.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
