Welcome to the second part of How to build a job board using Django and Vue 3. In this tutorial series, I will show you how to build a job board from scratch... (more…)
Read more »
A structural guide and tutorial for building a Django CRUD application at lightning speed using the Django Rest Framework library... (more…)
Read more »
Django offers a functional admin UI out of the box with CRUD
interface for db management. This covers most use cases for basic content
and user management systems. However, it doesn't have exploratory views that show
summaries or historical trends which i... (more…)
Read more »
If you are working with Django ORM most of the time and then switching to SQLAlchemy - you may face some unexpected behavior. In this post I’ll try to describe the most important differences from my point of view. All examples for SQLAlchemy will be shown... (more…)
Read more »