{"json_modified": "2016-09-23T11:39:22.235639", "uuid": "a8a43f99-e09c-45c6-8cc3-3682c10f302b", "title": "Django Introduction", "url": "/en-US/docs/Learn/Server-side/Django/Introduction", "tags": ["Beginner", "CodingScripting", "django", "Intro", "Learn", "Python", "beginner", "Server-side programming"], "translations": [], "modified": "2016-09-23T11:39:22", "label": "Django Introduction", "localization_tags": [], "locale": "en-US", "id": 195177, "last_edit": "2016-09-23T11:39:19", "summary": "Congratulations, you've completed the first step in your Django journey!\u00a0You should now understand Django's main benefits, a little about its history, and roughly what each of the main parts of a Django app might look like. You should have also have learned a few things about the Python programming language, including the syntax for lists, functions, and classes.", "sections": [{"id": "What_is_Django", "title": "What is Django?"}, {"id": "Where_did_it_come_from", "title": "Where did it come from?"}, {"id": "How_popular_is_Django", "title": "How popular is Django?"}, {"id": "Is_Django_opinionated", "title": "Is Django opinionated?"}, {"id": "What_does_Django_code_look_like", "title": "What does Django code look like?"}, {"id": "Sending_the_request_to_the_right_view_(urls.py)", "title": "Sending the request to the right view (urls.py)"}, {"id": "Handling_the_request_(views.py)", "title": "Handling the request (views.py)"}, {"id": "Defining_data_models_(models.py)", "title": "Defining data models (models.py)"}, {"id": "Querying_data_(views.py)", "title": "Querying data (views.py)"}, {"id": "Rendering_data_(HTML_templates)", "title": "Rendering data (HTML templates)"}, {"id": "What_else_can_you_do", "title": "What else can you do?"}, {"id": "Summary", "title": "Summary"}], "slug": "Learn/Server-side/Django/Introduction", "review_tags": []}