Book Image

Django by Example [Video]

By : Antonio Melé
Book Image

Django by Example [Video]

By: Antonio Melé

Overview of this book

<p>Django is a powerful Python web framework designed to develop web applications quickly, from simple prototypes to large-scale projects. Django encourages clean, pragmatic design, and provides developers with a comprehensive set of tools to build scalable web applications. This video will walk you through the creation of four professional Django projects, teaching you how to solve common problems and implement best practices.</p> <p>The video begins by showing you how to build a blog application, before moving on to developing a social image bookmarking website, an online shop, and an e-learning platform. You will learn how to build a search engine and implement a user activity stream. Furthermore, you will create a recommendation engine, an e-commerce coupon system, and a content management system.</p> <p>The video will also teach you how to enhance your applications with AJAX, create RESTful APIs, and setup a production environment for your Django projects. After going through this video, you will have a good understanding of how Django works and how to integrate it with other technologies to build practical, advanced web applications.</p> <h1>Style and Approach</h1> <p>This is an easy-to-follow video to help you build four different production-ready Django projects. Each project focuses on a particular area of the framework and each topic within the projects is explained with practical examples and includes best practice recommendations.</p>
Table of Contents (12 chapters)
Chapter 10
Building an E-Learning Platform
Content Locked
Section 5
Creating a Content Management System
Learn to build a content management system (CMS) which will allow instructors to create courses and manage their content. - Create, edit, and delete courses - Add modules to a course and re-order them. - Add different types of content to each module and re-order contents