Writing your first Django app, part 7 Customize the admin form Adding related objects Customize the admin change list Customize the admin look and feel Customizing your project’...
Writing your first Django app, part 4 Write a minimal form Use generic views: Less code is better Amend URLconf Amend views Writing your first Django app, part 4 This tutori...
Greenplum Database supports TEXT and CSV formats for importing and exporting data through external tables. You can load and save data in other formats by defining a custom forma...
Writing your first Django app, part 2 Database setup Creating models Activating models Playing with the API Introducing the Django Admin Creating an admin user Start the devel...
Writing your first Django app, part 1 Creating a project The development server Creating the Polls app Write your first view path() argument: route path() argument: view p...
Writing your first Django app, part 4 Write a minimal form Use generic views: Less code is better Amend URLconf Amend views Writing your first Django app, part 4 This tutori...
Writing your first Django app, part 3 Overview Writing more views Write views that actually do something A shortcut: render() Raising a 404 error A shortcut: get_object_or_...
Writing your first Django app, part 3 Overview Writing more views Write views that actually do something A shortcut: render() Raising a 404 error A shortcut: get_object_or_4...
Writing your first Django app, part 2 Database setup Creating models Activating models Playing with the API Introducing the Django Admin Creating an admin user Start the devel...
Style guide for writing end-to-end tests Style guide for writing end-to-end tests click_ versus go_to_ When to use click_ ? When to use go_to_ ? Element naming convention Exa...