An Overview of What We Will Build
Understand the project scope for building a minimalistic Django e-library application. Learn how to apply test-driven development principles by writing automated tests for models, views, forms, and templates. This lesson prepares you to confidently write tests for future Django projects using the MVT architecture and Django's built-in features.
We'll cover the following...
We'll cover the following...
We’ll use the Django web framework to build our web application. For this, we assume you have prior knowledge of Django basics.
Django primer
Django is an efficient web framework. It’s one of the popular frameworks used to build full-fledged web applications. It’s loved by most developers due to its ...