Automata

Using Django signals for database logging

Using Django signals for database logging

Many times clients will ask you to develop custom logging systems for business purposes. Such an example is logging object changes into a database table, to allow for supervising users to...

Using Finite States Machines in Django User-centric applications

Using Finite States Machines in Django User-centric applications

Most modern frameworks and languages have special tools for handling User-related use cases such as logging in, signing up, profile editing. Tutorials after tutorials and tools after tools have been...