https://www.growthbook.io/ logo
b

billions-memory-82613

10/28/2022, 3:21 PM
👋, I am trying to integrate Growthbook into my Django app (postgres DB). I followed https://docs.growthbook.io/lib/python#django I added the proposed Middleware, which gets called, but
trackingCallback
doesn't ever get called. Any ideas? My Code: https://gist.github.com/sshleifer/88cfef883d45b812ed6c7cd5dca25800#file-growthbook-py-L44
I think I resolved. was hitting
Copy code
try: self._trackingCallback(experiment=experiment, result=result)
except: pass
f

fresh-football-47124

10/28/2022, 6:56 PM
okay, great
let me know if we can help with anything else
2 Views