Skip to content

Latest commit

 

History

History
18 lines (3 loc) · 401 Bytes

File metadata and controls

18 lines (3 loc) · 401 Bytes

Introduction

In this session, we will create a Django app named "Nadia's Garden" which will let users to order pizza.

Most websites require the use of forms to receive data from users, so it is crucial to know how to safely collect and handle data while maintaining a user-friendly experience on your website. In this course, learn how to use Django to create forms.