Learning Django 5 - Clara Stein

Learning Django 5

By: Clara Stein

eBook | 23 June 2024

Sorry, we are not able to source the ebook you are looking for right now.

We did a search for other ebooks with a similar title, however there were no matches. You can try selecting from a similar category, click on the author's name, or use the search box above to find your ebook.

"Learning Django 5" is intended to help Python programmers, aspiring full stack developers, and web developers build robust and scalable web applications quickly and efficiently with a basic understanding of Python scripting. Hands-on labs and interactive tasks are used throughout the book to help you practice and apply the concepts as you learn.

Beginning with a thorough introduction to Django 5, you'll learn how to install and configure Django on a Linux server, set up virtual environments, and create your first Django project, BookTech. The book walks you through the fundamentals of Django models and ORM, teaching you how to define models, perform database migrations, and interact with the ORM to optimize data querying. You will learn about Django views, including function-based and class-based views, URL mapping, and form handling. The templates section will show you how to create and inherit templates, use template filters, and pass data to templates for dynamic rendering.

Advanced topics are thoroughly covered, including user authentication, permission management, and extending the default user model. The book then goes over deployment and scaling, teaching you how to containerize your application with Docker, deploy to cloud platforms like AWS, and set up continuous integration and deployment pipelines in Jenkins. You will learn how to maintain and monitor your application with tools such as Amazon CloudWatch, New Relic, and Sentry, ensuring that it runs smoothly in production

on