{
    "content": [
        {
            "type": "text",
            "text": "# django (pydoc)\n\n**Summary:** django\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **PACKAGE CONTENTS** (18 lines)\n- **FUNCTIONS** (1 lines) — 1 subsections\n  - setup (4 lines)\n- **DATA** (2 lines)\n- **VERSION** (2 lines)\n- **FILE** (3 lines)\n\n## Full Content\n\n### NAME\n\ndjango\n\n### PACKAGE CONTENTS\n\nmain\napps (package)\nconf (package)\ncontrib (package)\ncore (package)\ndb (package)\ndispatch (package)\nforms (package)\nhttp (package)\nmiddleware (package)\nshortcuts\ntemplate (package)\ntemplatetags (package)\ntest (package)\nurls (package)\nutils (package)\nviews (package)\n\n### FUNCTIONS\n\n#### setup\n\nConfigure the settings (this happens as a side effect of accessing the\nfirst setting), configure logging and populate the app registry.\nSet the thread-local urlresolvers script prefix if `setprefix` is True.\n\n### DATA\n\nVERSION = (3, 2, 12, 'final', 0)\n\n### VERSION\n\n3.2.12\n\n### FILE\n\n/usr/lib/python3/dist-packages/django/init.py\n\n"
        }
    ],
    "structuredContent": {
        "command": "django",
        "section": "",
        "mode": "pydoc",
        "summary": "django",
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "PACKAGE CONTENTS",
                "lines": 18,
                "subsections": []
            },
            {
                "name": "FUNCTIONS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "setup",
                        "lines": 4
                    }
                ]
            },
            {
                "name": "DATA",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "VERSION",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "FILE",
                "lines": 3,
                "subsections": []
            }
        ]
    }
}