What are templates in Django? And, how will we apply these templates to our code? You’ll about to find out in this lesson!
Lesson 8: URLs in Django
Wanna know how to make your browser look like this? In this lesson, you’ll learn how to create your own customized URLs and your own pages.
Lesson 7: A Tour in our Django Project
Let’s have a tour in our Django project! Know about the importance of manage.py, settings.py, and many other parts of this new-made project!
Lesson 6: Running Our Django Server
In this lesson, we’ll be running our Django server and make our browser look like what you can see in the featured image.
Lesson 5: Start a New Project in Django
To get organized with our computer, we need a folder where we can put all our projects. In this lesson, we’ll start a new project in Django.
Lesson 4: Install Django
Learn how we can install Django in our computer. May it be going to Django’s official website, or by using ‘pip’ to install Django.
Lesson 3: Introduction to Our Word Counter Django Website
Now that you’ve finished Learn Python, what will we be expecting from this new section? Let me give you an introduction to our word counter Django website.