PyLessons April 26, 2022 Django website introduction In this tutorial, we'll get a basic understanding of what is Django, why people use it, how it's different from other frameworks, and how to run your first basic page
PyLessons May 03, 2022 Django website first app This tutorial shows how you can create a "skeleton" website, which you can then populate with site-specific settings models, paths, views, and templates (we discuss these in later tutorials)
PyLessons May 09, 2022 Django website using models In this tutorial part, we're going to introduce the concept of Models. This is where the majority of the value of Django comes from
PyLessons May 16, 2022 Django website custom user In this tutorial, we will check out the admin functionality of Django and cover its benefits
PyLessons May 23, 2022 Django admin and Apps This tutorial will cover how to easily create and manage basic Django admin functionality in our Django database