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