:wave:, I am trying to integrate Growthbook into m...
# ask-questions
b
👋, 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
okay, great
let me know if we can help with anything else