Learning Outcomes

Let's take a look at the learning outcomes of this course.

In this course, you will learn:

  • How to create routes (or views) with Django.

  • How to serve static content and files using Django.

  • How to connect templates with models to serve data dynamically.

  • How to create Models and how to connect them with Templates and Views.

  • How to work with databases using SQLite.

  • How to handle and validate forms in Django.

  • How to create Relative URLs with templates and how to check out Template and Custom Filters.

  • How to create User models and forms and implement login and registration.

Finally, the most rewarding outcome of this course is that you will learn:

  • How to build a Django application, hands-on.