Replies: 1 comment
-
Hey, I finally managed to do it myself by searching into the source code and adapting one of the tests already there :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am new to this and would appreciate some help. I added a function that triggered after signup and login, placing it in the run method of the accounts app (and it is working well, helping me save changes before someone signs up).
My problem is that I need help to test this behaviour. When I try to use the Django client like this
It does not work. When I tested whether the form was valid, I realized the problem was in my data.
I now managed to send the dictionary, but now is tracking an IP or something.
Do I need to override some settings or something?
More insights for testing are welcomed :)
Thanks
Beta Was this translation helpful? Give feedback.
All reactions