---

Django Models and Migrations

When a request comes in to a Django application, the application’s URL patterns determine which view method will be invoked. The view method can then, as I mentioned in previous articles, directly return content to the user or send the contents of a template. The template typically contains not only HTML, but also directives, unique to Django, which allow you to pass along variable values, execute loops and display text conditionally.

Get the Free Newsletter!

Subscribe to Developer Insider for top news, trends, & analysis