Recent Posts

Django ORM if you already know SQL

3 minute read

If you are migrating to Django from another MVC framework, chances are you already know SQL. In this post, I will be illustrating how to use Django ORM by dr...