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 reinventing the wheel. It’s also free and open source.
In this course, Django Testing, Security, and Performance, you will learn how to create, deploy, and manage a Django application. First, you will learn how to create a basic Django application from scratch. Next, you will discover how to add various security measures like SSL. Then, you will explore performance optimization in the context of Django. Finally, you will discover how you can write unit tests for Django forms and views. When you are finished with this course, you will have the skills and knowledge to test, secure, and optimize Django applications more efficiently.