[Answer]-Django increment one 'hit' for views in the current day

1👍

So you saved your IP (novoUser) object with

novoUser.save()

but you did not save your Significado(nameSearch) object with

nameSearch.save()

Leave a comment