Learn Django by Building a Blog
Victor Wooding
Learn Django by building a blog.
Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Built by experienced developers, it takes care of much of the hassle of Web development, so you can focus on writing your app without needing to reinvent the wheel. It’s free and open source.
[Source Code] https://github.com/the-kodechamp/django_blog_tutorial
[Django Documentation] https://www.djangoproject.com/
[Facebook] https://www.facebook.com/kodechamp
[TimeStamps]
00:00:00 Introduction 00:00:40 Prerequisites 00:01:53 What is Django? 00:03:11 Django Project Structure 00:03:56 Setting up the Development Environment 00:06:06 Setting up the Project 00:09:30 Create a Django Bare-bones Project 00:11:04 Create a Django Bare-bones App 00:13:00 Running the App on Python's Built in Server 00:13:24 Add Data to the Database Through the Admin Panel 00:14:05 Building a Database Model
00:22:41 Classed Based Generic Views 00:24:25 URL Patterns 00:27:40 Creating Templates 00:29:04 Template Tags
[Subscribe for More Django Tutorials] #python, #django, #build a blog, ... https://www.youtube.com/watch?v=GWafDkKvXRg
95211283 Bytes