Django Riffs 4 – Building User Interfaces

On this episode, we look at templates, the primary tool that Django provides to build user interfaces in your Django app. Read more

Similar

Flask vs. Django

In this article, we will take a look at two of the most popular web frameworks in Python: Django and Flask. Here, we will be covering how each of these frameworks compares when looking at their learning curves, how easy it is to get started. Next, we'll a... (more…)

Read more »

Django Models Simple Guide

One of the advantages of Django is ORM. Instead of writing raw SQL to fetch and display values we can use Django ORM. It’s simple and easy way to get value from database and then display it in a web page. (more…)

Read more »