Course Content
Lectures
0/59
Django Beginner to Intermediate Course
About Lesson

In this part of the Django tutorials, you will learn how to add the necessary styles of our Django project. We will add the navbar, the styles for the table, and also some CSS styles for our forms. Our template styles will be written inside of the templates code file and next to DTL and HTML scripts. However, you can create a static folder and also create separate CSS files and paste them inside of the static folder.

Join the conversation