Search⌘ K

Learning Outcomes

Explore the essential skills you will gain from this Django course, such as creating routes, serving static files, connecting templates to models, working with databases, validating forms, and implementing user login and registration. Learn to build a complete Django application hands-on.

We'll cover the following...

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.