Jinja Templating - Django Web Development with Python 3

Channel:
Subscribers:
1,410,000
Published on ● Video Link: https://www.youtube.com/watch?v=3tf8XlhsQAo



Duration: 21:08
298,272 views
2,622


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 http://127.0.0.1:8000/, 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 manage.py startapp personal

Sample code and text-tutorial: https://pythonprogramming.net/jinja-templates-django-python-tutorial/

https://pythonprogramming.net
https://twitter.com/sentdex
https://www.facebook.com/pythonprogramming.net/
https://plus.google.com/+sentdex




Other Videos By sentdex


2016-02-16SSL for HTTPS with nginx - Django Web Development with Python 12
2016-02-12Publishing to a Web Server - Django Web Development with Python 11
2016-02-08Data Analysis simplified with Ensmo.com
2016-02-08Individual blog pages - Django Web Development with Python 10
2016-02-01Admin - Django Web Development with Python 9
2016-01-30Database & Migrations - Django Web Development with Python 8
2016-01-28Blog View and Template - Django Web Development with Python 7
2016-01-26Beginning Blog - Django Web Development with Python 6
2016-01-24Passing variables from python to html - Django Web Development with Python 5
2016-01-22Bootstrap HTML CSS - Django Web Development with Python 4
2016-01-21Jinja Templating - Django Web Development with Python 3
2016-01-20Creating App - Django Web Development with Python 2
2016-01-19Introduction - Django Web Development with Python 1
2016-01-17UPDATE and DELETE - SQLite3 with Python 3 part 5
2016-01-17Graph from database table example - SQLite3 with Python 3 part 4
2016-01-17Read from (SELECT) Database table - SQLite3 with Python 3 part 3
2016-01-17Inserting variables to database table - SQLite3 with Python 3 part 2
2016-01-17Creating a database, table, and inserting - SQLite3 with Python 3 part 1
2016-01-11Haar Cascade for image & video object classification - OpenCV w/ Python for Image Video Analysis 21
2016-01-11Training Haar cascade object detection - OpenCV with Python for Image and Video Analysis 20
2016-01-11Cleaning images and creating description files - OpenCV with Python for Image and Video Analysis 19



Tags:
Web Development (Interest)
Jinja
Django Web Framework (Software)
Python (Programming Language)
Web Template System
website
create
develop
dev
tutorial
how-to
flask
web2py
app
webapp
web app
framework
paradigm
Web Application (Industry)