{"json_modified": "2016-09-30T05:21:51.870522", "uuid": "889e07a1-f067-4495-bf4e-b77162e00e70", "title": "Django Tutorial Part 3: Using models", "url": "/en-US/docs/Learn/Server-side/Django/Models", "tags": ["Model", "server-side", "django", "Article", "CodingScripting", "Tutorial", "Learn", "data", "Beginner"], "translations": [], "modified": "2016-09-30T05:21:52", "label": "Django Tutorial Part 3: Using models", "localization_tags": [], "locale": "en-US", "id": 195865, "last_edit": "2016-09-30T05:21:48", "summary": "In this article we've learned how models are defined, and then used this information to design and implement appropriate models for the LocalLibrary website.", "sections": [{"id": "Overview", "title": "Overview"}, {"id": "Designing_the_LocalLibrary_models", "title": "Designing the LocalLibrary models"}, {"id": "Model_primer", "title": "Model primer"}, {"id": "Model_definition", "title": "Model definition"}, {"id": "Fields", "title": "Fields"}, {"id": "Common_field_arguments", "title": "Common field arguments"}, {"id": "Common_field_types", "title": "Common field types"}, {"id": "Metadata", "title": "Metadata"}, {"id": "Methods", "title": "Methods"}, {"id": "Model_management", "title": "Model management"}, {"id": "Creating_and_modifying_records", "title": "Creating and modifying records"}, {"id": "Searching_for_records", "title": "Searching for records"}, {"id": "Defining_the_LocalLibrary_Models", "title": "Defining the LocalLibrary Models"}, {"id": "Genre_model", "title": "Genre model"}, {"id": "Book_model", "title": "Book model"}, {"id": "BookInstance_model", "title": "BookInstance model"}, {"id": "Author_model", "title": "Author model"}, {"id": "Re-run_the_database_migrations", "title": "Re-run the database migrations"}, {"id": "Language_model_\u2014_challenge", "title": "Language model \u2014 challenge"}, {"id": "Summary", "title": "Summary"}, {"id": "See_also", "title": "See also"}], "slug": "Learn/Server-side/Django/Models", "review_tags": ["editorial"]}