You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 5, 2021. It is now read-only.
I have followed the documentation and to be honest I am a bit lost. I wanted to test a simple event where the user logs in an a query is sent to a server.
@prog-24 The value: 'django.db.models.signals.pre_save+' is not the correct value to assign here. It should be <app-name>.<model-name>.<'CRUD'-action>. e.g. blog.Article.created.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have followed the documentation and to be honest I am a bit lost. I wanted to test a simple event where the user logs in an a query is sent to a server.
I have registered my hooks
They are visible in django admin and I added the actions in the database. The request is not being sent however, what I'm I missing?
The text was updated successfully, but these errors were encountered: