March 2020
Beginner to intermediate
568 pages
12h 14m
English
Django is a powerful Python web framework with a relatively shallow learning curve. You can easily build simple web applications in a short time. Django is also a robust and scalable framework that can be used to create large-scale web applications with complex requirements and integrations. This makes Django attractive for both beginners and expert programmers.
In this book, you will learn how to build complete Django projects that are ready for production use. If you haven't installed Django yet, you will discover how to do so in the first part of this chapter.
This chapter covers how to create a simple blog application using Django. The chapter's purpose is to help you to get a general idea of how the framework ...