Learning Django

Learning Django

English | MP4 | AVC 1280×720 | AAC 48KHz 2ch | 1h 40m | 225 MB

With Django, you can take web applications from concept to launch in a matter of hours. It’s a free and open-source framework that’s designed on top of Python and supports data-driven architecture. In this course, learn what you need to know to get up and running with Django. Instructor Caleb Smith walks through creating a brand-new Django project, defining a data model and fields, querying the database, and using the framework’s built-in URL handlers, views, and templates to structure the rest of the back end. Plus, learn how to incorporate CSS and JavaScript to enhance the style and usability of your Django templates.

Table of Contents

Introduction
1 Rapidly create web applications
2 What you should know
3 GitHub and the exercise files

Set Up a Django Project
4 What is Django
5 Install Python and Django
6 Create a Django project
7 Create a Django app

Work with Django Models and the Admin
8 Models routing views and templates
9 Django models
10 Django fields
11 Implement model and fields
12 Django migrations
13 Import CSV data
14 Work with the Django admin
15 Query data with the Django ORM

Build URL Handlers and Views
16 Understand URL patterns
17 Implement URL patterns
18 Implement Django views

Build Django Templates
19 Django templates
20 Create your first Django template
21 Doing more with Django templates
22 Structure templates
23 Integrate CSS and JavaScript

Conclusion
24 Next steps