How to make a basic website using Django? In this article Philip Kiely teaches us how to write a simple view for rendering HTML in a browser, how to use proper templates that will provide us with all of the HTML, CSS, and JS we need, how use Jinja to implement a login page and to avoid repeated code, and how to store data in our database.