Jinja Templating - Django Web Development with Python 3
Welcome to part 3 of our Django web development with Python tutorial. Now that we have a basic understanding of how Django works, let’s try to build a very basic type of website. For this, we’re going to build a very simple personal website that basically gives a sort of “about me,“ along with a blog. As simple as this may sound, it will actually let us exercise quite a few Django principles, ending with beginning a content management system, like a blog. We will also get to explore a bit about design.
At the moment, if we attempt to visit our homepage , we get a 404, since we have nothing corresponding to it. Let’s go ahead and make a new app, calling it personal, since this is our personal website.
python startapp personal
Sample code and text-tutorial:
sentdex
49 views
435
98
10 months ago 02:16:40 1
Python Website Full Tutorial - Flask, Authentication, Databases & More
2 years ago 00:12:37 5
Jinja2 #3: Фильтры и макросы macro, call
3 years ago 00:16:10 5
14-Ansible - Шаблоны - Jinja Template
3 years ago 00:36:03 5
Блог на flask / url_for(), Jinja 2 и render_template() # 2
3 years ago 02:27:54 10
Python & FastAPI Tutorial: Create an ai microservice to extract text from images.
7 years ago 00:21:08 6
Jinja Templating - Django Web Development with Python 3
7 years ago 00:14:24 12
Passing variables from python to html - Django Web Development with Python 5