What are Django class based views and should you use them?

Full Article: https://www.dennisivy.com/post/django-class-based-views/Build a full to do app with Django class based views: https://youtu.be/llbtoQTt4qw… Read more

Similar

SQLALchemy vs. Django ORM

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 »