This repository was archived by the owner on Mar 11, 2019. It is now read-only.

Description
Thanks for this useful library.
I'd like to know if there's a way to capture all gateway request so I can save to a DB. I see that all requests are printed out when I use `AfricasTalkingUssdGateway.as_view()' in my urlpatterns, however, I'd like to also capture these printouts as well.
I tried creating my own custom UssdView but couldn't really clarify from the documentation what the values of customer_journey_conf' and customer_journey_namespace' should be. Are there any examples?
Any tips will be highly appreciated.
Thanks