Forms and messages - Building a SaaS using Django and Vue.js - Part 8

Опубликовано: 05 Август 2026
на канале: Code With Stein
1,974
43

In the eight part of "Building a SaaS using Django and Vue.js" I'm going to show confirmation messages to the user for certain actions like adding categories and similar.

I will also do some optimizations for the forms because they don't look good. Instead of letting Django generate them as forms, I'm going to add some classes manually and so on.

#django #python #vuejs #saas